-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (21 loc) · 822 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
module github.com/allancapistrano/tangle-hornet-api
go 1.20
require (
github.com/allancapistrano/tangle-client-go v1.5.0
github.com/gorilla/mux v1.8.0
)
require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/iotaledger/hive.go v0.0.0-20211011085923-fd2eb0a47bf8 // indirect
github.com/iotaledger/iota.go v1.0.0 // indirect
github.com/iotaledger/iota.go/v2 v2.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/grpc v1.58.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)