mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 08:26:53 +00:00
10 lines
164 B
Modula-2
10 lines
164 B
Modula-2
module k8s.io/utils
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/spf13/afero v1.2.2
|
|
github.com/stretchr/testify v1.3.0
|
|
k8s.io/klog v0.3.0
|
|
)
|