mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
16 lines
341 B
Modula-2
16 lines
341 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.0.0
|
|
github.com/stretchr/testify v1.4.0
|
|
sigs.k8s.io/kustomize/api v0.8.8
|
|
sigs.k8s.io/kustomize/kyaml v0.10.17
|
|
)
|
|
|
|
replace sigs.k8s.io/kustomize/api => ../../api
|
|
|
|
replace sigs.k8s.io/kustomize/kyaml => ../../kyaml
|