sacrebleu-dns/go.mod

17 lines
452 B
Modula-2
Raw Normal View History

2020-12-13 18:26:55 +00:00
module github.com/outout14/sacrebleu-dns
2020-12-13 03:01:04 +00:00
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
2021-01-02 02:34:54 +00:00
github.com/outout14/sacrebleu-api v0.0.0-20210101200542-c74760a559c4
2020-12-13 03:01:04 +00:00
github.com/sirupsen/logrus v1.7.0
github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c
gopkg.in/ini.v1 v1.62.0
2020-12-23 00:09:10 +00:00
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.20.8
2020-12-13 03:01:04 +00:00
)