2020-12-13 19:26:55 +01:00
|
|
|
module github.com/outout14/sacrebleu-dns
|
2020-12-13 04:01:04 +01:00
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
|
|
github.com/go-redis/redis/v8 v8.4.2
|
|
|
|
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
|
2020-12-23 01:09:10 +01:00
|
|
|
gorm.io/driver/mysql v1.0.3
|
|
|
|
gorm.io/driver/postgres v1.0.5
|
|
|
|
gorm.io/gorm v1.20.8
|
2020-12-13 04:01:04 +01:00
|
|
|
)
|