-
Notifications
You must be signed in to change notification settings - Fork 72
/
go.mod
26 lines (24 loc) · 840 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/chennqqi/godnslog
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/chennqqi/goutils v0.1.8
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.9.1
github.com/go-sql-driver/mysql v1.7.1
github.com/google/subcommands v1.2.0
github.com/hashicorp/go-retryablehttp v0.7.4
github.com/mattn/go-sqlite3 v1.14.17
github.com/miekg/dns v1.1.56
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.3
github.com/slonzok/getpass v0.0.0-20170424161223-6d86ecc93d07
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.8.12
golang.org/x/crypto v0.13.0
gopkg.in/yaml.v3 v3.0.1
xorm.io/xorm v1.0.3
)