2020-01-25 17:43:02 +00:00
|
|
|
module meow.tf/joker/godns
|
2019-09-26 04:43:17 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2020-01-25 17:43:02 +00:00
|
|
|
github.com/go-redis/redis/v7 v7.0.0-beta.5
|
2019-09-26 04:44:13 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect
|
2019-09-26 04:43:17 +00:00
|
|
|
github.com/hoisie/redis v0.0.0-20160730154456-b5c6e81454e0
|
2020-01-25 17:43:02 +00:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
|
|
github.com/miekg/dns v1.1.27
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-09-26 04:43:17 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2019-09-26 04:44:13 +00:00
|
|
|
github.com/smartystreets/assertions v1.0.1 // indirect
|
2020-01-25 17:43:02 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
|
|
github.com/spf13/viper v1.6.2
|
2019-09-26 04:43:17 +00:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
2020-01-25 17:43:02 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
|
2019-09-26 04:44:13 +00:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
2020-01-25 17:43:02 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
|
2019-09-26 04:43:17 +00:00
|
|
|
)
|