helm-import/go.mod
Martyn Ranyard f143e55f86 Works, mostly.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-11-15 23:46:00 +01:00

13 lines
298 B
Modula-2

module git.martyn.berlin/martyn/helm-import
go 1.13
require (
github.com/ashb/jqrepl v0.1.0
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.16.15
k8s.io/apimachinery v0.16.15
k8s.io/client-go v0.16.15
sigs.k8s.io/yaml v1.1.0
)