mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
12 lines
241 B
Modula-2
12 lines
241 B
Modula-2
module sigs.k8s.io/kustomize/cmd/pluginator/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
sigs.k8s.io/kustomize/api v0.11.2
|
|
sigs.k8s.io/kustomize/kyaml v0.13.3
|
|
)
|