You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/outout14/sacrebleu-dns
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12
|
|
|
|
github.com/miekg/dns v1.1.49
|
|
|
|
github.com/outout14/sacrebleu-api v0.0.0-20210117222026-ad3dd47ae240
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/snowzach/rotatefilehook v0.0.0-20220211133110-53752135082d
|
|
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
|
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
|
|
gopkg.in/ini.v1 v1.66.6
|
|
|
|
gorm.io/driver/mysql v1.3.4
|
|
|
|
gorm.io/driver/postgres v1.3.7
|
|
|
|
gorm.io/gorm v1.23.5
|
|
|
|
)
|