2022-01-04 15:51:32 +08:00
|
|
|
module github.com/zeromicro/go-zero
|
2020-07-26 17:09:05 +08:00
|
|
|
|
2022-05-21 14:34:01 +08:00
|
|
|
go 1.16
|
2020-07-26 17:09:05 +08:00
|
|
|
|
|
|
|
require (
|
2022-09-10 15:18:52 +08:00
|
|
|
github.com/ClickHouse/clickhouse-go/v2 v2.0.14
|
2021-11-07 16:38:20 +08:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
2022-08-13 10:34:23 +08:00
|
|
|
github.com/alicebob/miniredis/v2 v2.23.0
|
2022-05-13 23:17:43 +08:00
|
|
|
github.com/fatih/color v1.13.0
|
2022-08-10 22:09:04 +08:00
|
|
|
github.com/fullstorydev/grpcurl v1.8.7
|
2020-07-26 17:09:05 +08:00
|
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
2022-05-13 23:17:43 +08:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2021-11-07 16:38:20 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2022-06-30 00:21:08 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
2021-11-07 16:38:20 +08:00
|
|
|
github.com/golang/mock v1.6.0
|
2022-07-16 14:11:34 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-11-07 16:38:20 +08:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-07-16 14:11:34 +08:00
|
|
|
github.com/jhump/protoreflect v1.12.0
|
2022-05-21 14:34:01 +08:00
|
|
|
github.com/lib/pq v1.10.6
|
2021-06-21 09:05:20 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-08-27 11:39:07 +08:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.5
|
2022-08-10 22:16:27 +08:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2020-07-26 17:09:05 +08:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2022-06-29 22:08:01 +08:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-05-07 23:22:39 +08:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.4
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.4
|
2022-09-08 07:26:55 +08:00
|
|
|
go.mongodb.org/mongo-driver v1.10.2
|
2022-08-03 23:41:46 +08:00
|
|
|
go.opentelemetry.io/otel v1.9.0
|
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.9.0
|
2022-08-03 23:56:22 +08:00
|
|
|
go.opentelemetry.io/otel/exporters/zipkin v1.9.0
|
2022-08-03 23:41:46 +08:00
|
|
|
go.opentelemetry.io/otel/sdk v1.9.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.9.0
|
2022-05-13 23:17:43 +08:00
|
|
|
go.uber.org/automaxprocs v1.5.1
|
2022-09-08 12:07:50 +08:00
|
|
|
go.uber.org/goleak v1.2.0
|
2022-06-04 12:31:59 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
2022-05-21 14:34:01 +08:00
|
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
2022-08-25 08:44:09 +08:00
|
|
|
google.golang.org/grpc v1.49.0
|
2022-07-29 23:53:35 +08:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2020-07-26 17:09:05 +08:00
|
|
|
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
2021-11-07 16:38:20 +08:00
|
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
2020-12-07 00:07:50 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-05-21 14:34:01 +08:00
|
|
|
k8s.io/api v0.22.9
|
|
|
|
k8s.io/apimachinery v0.22.9
|
|
|
|
k8s.io/client-go v0.22.9
|
2022-07-09 15:05:59 +08:00
|
|
|
k8s.io/utils v0.0.0-20220706174534-f6158b442e7c
|
2020-07-26 17:09:05 +08:00
|
|
|
)
|
2022-01-14 11:01:02 +08:00
|
|
|
|
|
|
|
require (
|
2022-03-12 21:00:04 +08:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2022-01-14 11:01:02 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2022-03-12 21:00:04 +08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
2022-03-01 20:16:44 +08:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
2022-06-04 12:31:59 +08:00
|
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
2022-07-21 12:47:46 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8
|
2022-01-14 11:01:02 +08:00
|
|
|
k8s.io/klog/v2 v2.40.1 // indirect
|
|
|
|
)
|