-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 755 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/hide-in-code/zlog
go 1.22.5
require (
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/zeromicro/go-zero v1.9.4
go.uber.org/zap v1.27.1
)
require (
github.com/fatih/color v1.18.0 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/lestrrat-go/strftime v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)