mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 10:15:22 +00:00
12 lines
335 B
Modula-2
12 lines
335 B
Modula-2
module sigs.k8s.io/kustomize/functions/examples/application-cr
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
k8s.io/apimachinery v0.17.2
|
|
sigs.k8s.io/kustomize/kyaml v0.1.1-0.20200227221838-a24cc4d305f4
|
|
)
|