Fork btcec to remove external dependency. This significantly reduces the count of indirect modules (cuts it by half). Close #7

Update the other Go modules.
This commit is contained in:
Kleissner
2021-11-14 22:37:07 +01:00
parent a727f4d8b1
commit 9626fa8088
34 changed files with 3743 additions and 87 deletions

9
go.mod
View File

@@ -4,13 +4,12 @@ go 1.16
require (
github.com/akrylysov/pogreb v0.10.1
github.com/btcsuite/btcd v0.21.0-beta.0.20210401013323-36a96f6a0025
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/net v0.0.0-20210420210106-798c2154c571
golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lukechampine.com/blake3 v1.1.5
lukechampine.com/blake3 v1.1.7
)