-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (22 loc) · 918 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/teapartycrypto/TeaParty/teav3
go 1.19
require (
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/nknorg/nkn-sdk-go v1.4.1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/itchyny/base58-go v0.0.5 // indirect
github.com/nknorg/ncp-go v1.0.3 // indirect
github.com/nknorg/nkn/v2 v2.1.7 // indirect
github.com/nknorg/nkngomobile v0.0.0-20220125080321-848ddd2e5157 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)