-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 847 Bytes
/
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
module github.com/itbasis/go-log-utils/v2
go 1.20
require (
github.com/itbasis/go-core-utils/v2 v2.3.2
github.com/itbasis/go-docker-utils/v2 v2.1.4
github.com/juju/zaputil v0.0.0-20190326175239-ef53049637ac
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.26.0
google.golang.org/grpc v1.61.0
)
require (
github.com/caarlos0/env/v10 v10.0.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
google.golang.org/protobuf v1.32.0 // indirect
)