-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 672 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (19 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/mengdj/goctl-rest-client
go 1.16
require (
github.com/bits-and-blooms/bloom/v3 v3.5.0
github.com/go-resty/resty/v2 v2.7.0
github.com/google/uuid v1.3.0
github.com/hashicorp/consul/api v1.18.0
github.com/mailru/easyjson v0.7.7
github.com/pkg/errors v0.9.1
github.com/spf13/cast v1.5.1 // indirect
github.com/urfave/cli/v2 v2.24.4
github.com/valyala/fasthttp v1.44.0
github.com/zeromicro/go-zero v1.5.3
github.com/zeromicro/go-zero/tools/goctl v1.5.3
github.com/zeromicro/zero-contrib/zrpc/registry/consul v0.0.0-20230212061721-86dbe4a9e613
go.opentelemetry.io/otel v1.14.0
go.opentelemetry.io/otel/trace v1.14.0
golang.org/x/mod v0.9.0
)