37c2854cce
Reworked build process of dependent krm functions to use the latest airshipctl Change-Id: If4c7f992123b86442980f381ae69fb003f4851e3
10 lines
175 B
Modula-2
10 lines
175 B
Modula-2
module opendev.org/airship/airshipctl/krm-fnunctions/toolbox/image
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
k8s.io/api v0.21.1
|
|
k8s.io/apimachinery v0.21.1
|
|
sigs.k8s.io/kustomize/kyaml v0.11.0
|
|
)
|