mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 04:45:03 +00:00
15 lines
408 B
Modula-2
15 lines
408 B
Modula-2
module sigs.k8s.io/kustomize/plugin/someteam.example.com/v1/replacementtransformer
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
|
|
github.com/googleapis/gnostic v0.3.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
sigs.k8s.io/kustomize/api v0.0.1
|
|
sigs.k8s.io/kustomize/v3 v3.3.1
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
replace sigs.k8s.io/kustomize/api v0.0.1 => ../../../../api
|