sacrebleu-dns/go.mod
2020-12-13 14:26:55 -04:00

18 lines
540 B
Modula-2

module github.com/outout14/sacrebleu-dns
go 1.15
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v8 v8.4.2
github.com/go-sql-driver/mysql v1.5.0
github.com/mattn/go-colorable v0.1.8
github.com/miekg/dns v1.1.35
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c
gopkg.in/ini.v1 v1.62.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)