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.
52 lines
1.9 KiB
Modula-2
52 lines
1.9 KiB
Modula-2
module github.com/tal-tech/go-zero
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go v1.4.3
|
|
github.com/DATA-DOG/go-sqlmock v1.4.1
|
|
github.com/alicebob/miniredis/v2 v2.14.1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/emicklei/proto v1.9.0
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/frankban/quicktest v1.7.2 // indirect
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
|
github.com/go-redis/redis v6.15.7+incompatible
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/go-xorm/builder v0.3.4
|
|
github.com/golang/mock v1.4.3
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/iancoleman/strcase v0.1.2
|
|
github.com/justinas/alice v1.2.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.3.0
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/pierrec/lz4 v2.5.1+incompatible // indirect
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli v1.22.5
|
|
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
|
|
github.com/zeromicro/antlr v0.0.1
|
|
go.etcd.io/etcd/api/v3 v3.5.0
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
|
go.uber.org/automaxprocs v1.3.0
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
|
|
google.golang.org/grpc v1.38.0
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
|
gopkg.in/h2non/gock.v1 v1.0.15
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|