-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
32 lines (29 loc) · 1.1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/zchee/zapcl
go 1.20
require (
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/logging v1.7.0
github.com/bytedance/sonic v1.10.0-rc3
github.com/goccy/go-json v0.10.2
github.com/google/go-cmp v0.5.9
go.uber.org/zap v1.24.0
golang.org/x/sys v0.10.0
google.golang.org/genproto v0.0.0-20230222225845-10f96fb3dbec
google.golang.org/protobuf v1.31.0
)
require (
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/longrunning v0.4.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.1-0.20230215063618-4504ef7e0048 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/grpc v1.53.0 // indirect
)