-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
22 lines (19 loc) · 784 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
module github.com/allancapistrano/tangle-client-go
go 1.20
require (
github.com/iotaledger/hive.go v0.0.0-20211011085923-fd2eb0a47bf8
github.com/iotaledger/iota.go/v2 v2.0.1
)
require (
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/iotaledger/iota.go v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)