sacrebleu-dns/go.mod
Mael GRAMAIN 78744ea1ac AXFR support
#11
2021-01-01 22:34:54 -04:00

17 lines
452 B
Modula-2

module github.com/outout14/sacrebleu-dns
go 1.15
require (
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/outout14/sacrebleu-api v0.0.0-20210101200542-c74760a559c4
github.com/sirupsen/logrus v1.7.0
github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c
gopkg.in/ini.v1 v1.62.0
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.20.8
)