forked from cookieY/Yearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.16 KB
/
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
27
28
29
30
31
module Yearning-go
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.8.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/protobuf v1.5.2
github.com/gookit/gcli/v2 v2.3.4
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.11 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/pingcap/parser v0.0.0-20200317021010-cd90cc2a7d87
github.com/pingcap/tidb v1.1.0-beta.0.20200325035537-a8561e4d459e
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/grpc v1.25.1
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ldap.v3 v3.0.3
gopkg.in/yaml.v2 v2.4.0 // indirect
vitess.io/vitess v0.0.0-20190119075008-dbef792951a4
)