19 lines
527 B
Modula-2
19 lines
527 B
Modula-2
module meow.tf/joker/godns
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/go-chi/chi v1.5.4
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-redis/redis/v7 v7.0.0-beta.5
|
|
github.com/miekg/dns v1.1.41
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/spf13/viper v1.7.1
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
)
|