forked from kaspanet/dnsseeder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 780 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/kaspanet/dnsseeder
go 1.18
require (
github.com/jessevdk/go-flags v1.4.0
github.com/kaspanet/kaspad v0.12.7
github.com/miekg/dns v1.1.25
github.com/pkg/errors v0.9.1
google.golang.org/grpc v1.53.0
)
require (
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/jrick/logrotate v1.0.0 // indirect
github.com/kaspanet/go-muhash v0.0.4 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.28.1 // indirect
)