-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 875 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module nghost
go 1.21
require github.com/nknorg/nkn-sdk-go v1.4.7
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/itchyny/base58-go v0.2.1 // indirect
github.com/nknorg/ncp-go v1.0.6 // indirect
github.com/nknorg/nkn/v2 v2.2.1 // indirect
github.com/nknorg/nkngomobile v0.0.0-20220615081414-671ad1afdfa9 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)