Refactor API into the core package.

This commit is contained in:
Kleissner
2021-09-10 13:45:34 +02:00
parent 4297b522c7
commit 2d2297bccc
4 changed files with 14 additions and 962 deletions

4
go.mod
View File

@@ -3,9 +3,7 @@ module github.com/PeernetOfficial/Cmd
go 1.16
require (
github.com/PeernetOfficial/core v0.0.0-20210903002426-928c16c492cf
github.com/PeernetOfficial/core v0.0.0-20210910114007-19e29b3a910a
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.1-0.20200912192056-d07530f46e1e
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)