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.
57 lines
1.9 KiB
Modula-2
57 lines
1.9 KiB
Modula-2
module github.com/zeromicro/go-zero
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go/v2 v2.0.14
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
github.com/alicebob/miniredis/v2 v2.21.0
|
|
github.com/fatih/color v1.13.0
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/justinas/alice v1.2.0
|
|
github.com/lib/pq v1.10.6
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pelletier/go-toml/v2 v2.0.1
|
|
github.com/prometheus/client_golang v1.12.2
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
github.com/stretchr/testify v1.7.1
|
|
go.etcd.io/etcd/api/v3 v3.5.4
|
|
go.etcd.io/etcd/client/v3 v3.5.4
|
|
go.mongodb.org/mongo-driver v1.9.1
|
|
go.opentelemetry.io/otel v1.7.0
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.7.0
|
|
go.opentelemetry.io/otel/exporters/zipkin v1.7.0
|
|
go.opentelemetry.io/otel/sdk v1.7.0
|
|
go.opentelemetry.io/otel/trace v1.7.0
|
|
go.uber.org/automaxprocs v1.5.1
|
|
go.uber.org/goleak v1.1.12
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
|
google.golang.org/grpc v1.47.0
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/api v0.22.9
|
|
k8s.io/apimachinery v0.22.9
|
|
k8s.io/client-go v0.22.9
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
|
|
)
|
|
|
|
require (
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
|
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
|
|
k8s.io/klog/v2 v2.40.1 // indirect
|
|
)
|