2020-01-25 17:43:02 +00:00
|
|
|
module meow.tf/joker/godns
|
2019-09-26 04:43:17 +00:00
|
|
|
|
2021-04-15 03:42:24 +00:00
|
|
|
go 1.16
|
2019-09-26 04:43:17 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2021-04-15 03:42:24 +00:00
|
|
|
github.com/go-chi/chi v1.5.4
|
|
|
|
github.com/go-chi/render v1.0.1
|
2020-01-25 17:43:02 +00:00
|
|
|
github.com/go-redis/redis/v7 v7.0.0-beta.5
|
2021-04-15 03:42:24 +00:00
|
|
|
github.com/miekg/dns v1.1.41
|
2019-09-26 04:43:17 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2021-04-15 03:42:24 +00:00
|
|
|
github.com/sirupsen/logrus v1.2.0
|
2020-01-25 17:43:02 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2021-04-15 03:42:24 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
go.etcd.io/bbolt v1.3.5
|
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
2019-09-26 04:43:17 +00:00
|
|
|
)
|