19 строки
382 B
Modula-2
19 строки
382 B
Modula-2
module github.com/Azure/azure-container-networking/dropgz
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/jsternberg/zap-logfmt v1.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.8.1
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
)
|