mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
9 lines
117 B
Modula-2
9 lines
117 B
Modula-2
module sigs.k8s.io/kustomize/releasing
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/mod v0.3.0
|
|
)
|