37c2854cce
Reworked build process of dependent krm functions to use the latest airshipctl Change-Id: If4c7f992123b86442980f381ae69fb003f4851e3
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module opendev.org/airship/airshipctl
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/sprig/v3 v3.2.0
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26 // indirect
|
|
github.com/ahmetb/dlog v0.0.0-20170105205344-4fb5f8204f26
|
|
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1 // indirect
|
|
github.com/containerd/containerd v1.4.1 // indirect
|
|
github.com/docker/docker v20.10.5+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
|
github.com/go-git/go-git-fixtures/v4 v4.0.1
|
|
github.com/go-git/go-git/v5 v5.0.0
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
k8s.io/api v0.21.1
|
|
k8s.io/apiextensions-apiserver v0.21.1
|
|
k8s.io/apimachinery v0.21.1
|
|
k8s.io/cli-runtime v0.21.1
|
|
k8s.io/client-go v0.21.1
|
|
k8s.io/kubectl v0.21.1
|
|
opendev.org/airship/go-redfish v0.0.0-20200318103738-db034d1d753a
|
|
opendev.org/airship/go-redfish/client v0.0.0-20200318103738-db034d1d753a
|
|
sigs.k8s.io/cli-utils v0.21.1
|
|
sigs.k8s.io/controller-runtime v0.8.3
|
|
sigs.k8s.io/kustomize/api v0.8.11
|
|
sigs.k8s.io/kustomize/kyaml v0.11.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|