19 строки
442 B
Modula-2
19 строки
442 B
Modula-2
module github.com/Azure/azure-container-networking/dropgz
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/jsternberg/zap-logfmt v1.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.7.0
|
|
go.uber.org/zap v1.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/goleak v1.1.12 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
)
|