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
|
2023-01-07 12:15:22 +08:00
|
|
|
github.com/alicebob/miniredis/v2 v2.30.0
|
2022-05-13 23:17:43 +08:00
|
|
|
github.com/fatih/color v1.13.0
|
2023-01-16 23:13:59 +08:00
|
|
|
github.com/felixge/fgprof v0.9.3
|
2022-08-10 22:09:04 +08:00
|
|
|
github.com/fullstorydev/grpcurl v1.8.7
|
2022-05-13 23:17:43 +08:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2022-12-03 22:06:45 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.3
|
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
|
2023-01-12 09:41:03 +08:00
|
|
|
github.com/jhump/protoreflect v1.14.1
|
2022-09-11 22:33:37 +08:00
|
|
|
github.com/lib/pq v1.10.7
|
2021-06-21 09:05:20 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-11-19 22:28:40 +08:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6
|
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-11-12 18:04:39 +08:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-09-15 23:07:56 +08:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.5
|
2022-09-16 23:54:05 +08:00
|
|
|
go.etcd.io/etcd/client/v3 v3.5.5
|
2022-12-11 00:41:50 +08:00
|
|
|
go.mongodb.org/mongo-driver v1.11.1
|
2022-11-12 18:04:39 +08:00
|
|
|
go.opentelemetry.io/otel v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
|
2023-01-03 22:49:30 +08:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.10.0
|
2022-11-12 18:04:39 +08:00
|
|
|
go.opentelemetry.io/otel/exporters/zipkin v1.10.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.10.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.10.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-11-12 18:04:39 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
|
2022-12-07 23:33:30 +08:00
|
|
|
golang.org/x/time v0.3.0
|
2022-11-12 18:04:39 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20221111202108-142d8a6fa32e
|
2022-10-18 17:02:11 +08:00
|
|
|
google.golang.org/grpc v1.50.1
|
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-11-12 18:04:39 +08:00
|
|
|
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
|
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-01-14 11:01:02 +08:00
|
|
|
)
|