19 строки
405 B
Modula-2
19 строки
405 B
Modula-2
module github.com/Azure/azure-container-networking/zapai
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/jsternberg/zap-logfmt v1.3.0
|
|
github.com/microsoft/ApplicationInsights-Go v0.4.4
|
|
github.com/pkg/errors v0.9.1
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
code.cloudfoundry.org/clock v1.1.0 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
)
|