-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 878 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
module hedera_examples.go
go 1.17
require (
github.com/hashgraph/hedera-sdk-go/v2 v2.6.0
github.com/joho/godotenv v1.4.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashgraph/hedera-protobufs-go v0.2.1-0.20211111073741-479b2c5befce // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d // indirect
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/protobuf v1.26.1-0.20210525005349-febffdd88e85 // indirect
)