mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-21 22:30:46 +08:00
38 lines
1.4 KiB
AMPL
38 lines
1.4 KiB
AMPL
module github.com/li4n0/revsuit
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.2.0
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-playground/validator/v10 v10.7.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
|
github.com/miekg/dns v1.1.38
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sinlov/qqwry-golang v0.0.0-20191204062238-bea9868bbbf4
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.4
|
|
unknwon.dev/clog/v2 v2.2.0
|
|
vitess.io/vitess v0.9.0
|
|
)
|