-
Notifications
You must be signed in to change notification settings - Fork 137
/
go.mod
25 lines (22 loc) · 829 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/knadh/dns.toys
go 1.17
require (
github.com/gofrs/uuid v4.4.0+incompatible
github.com/hold7door/wnram v0.0.0-20220807183601-04f0a21e3770
github.com/knadh/koanf v1.4.1
github.com/miekg/dns v1.1.49
github.com/spf13/pflag v1.0.5
golang.org/x/time v0.0.0-20220411224347-583f2d630306
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)