2019-06-25 16:31:11 -05:00
|
|
|
module opendev.org/airship/airshipctl
|
2019-04-22 15:45:32 -05:00
|
|
|
|
2019-10-02 19:57:33 +00:00
|
|
|
go 1.13
|
2019-04-22 15:45:32 -05:00
|
|
|
|
|
|
|
require (
|
2020-10-03 07:52:21 -07:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.7 // indirect
|
2020-12-21 17:33:38 +05:30
|
|
|
github.com/Masterminds/sprig/v3 v3.2.0
|
2020-11-05 13:53:15 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2021-02-08 15:53:28 +00:00
|
|
|
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26 // indirect
|
|
|
|
github.com/ahmetb/dlog v0.0.0-20170105205344-4fb5f8204f26
|
2019-06-13 09:37:04 -05:00
|
|
|
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1 // indirect
|
2020-10-03 07:52:21 -07:00
|
|
|
github.com/containerd/containerd v1.4.1 // indirect
|
2021-04-03 20:54:11 +00:00
|
|
|
github.com/docker/docker v20.10.5+incompatible
|
2020-11-05 13:53:15 +00:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2019-06-13 08:58:19 -05:00
|
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
2019-06-13 09:37:04 -05:00
|
|
|
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
|
2020-10-05 12:21:17 -05:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
|
2020-04-06 15:56:39 -05:00
|
|
|
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
|
2020-10-05 12:21:17 -05:00
|
|
|
github.com/go-logr/zapr v0.1.1 // indirect
|
|
|
|
github.com/gophercloud/gophercloud v0.6.0 // indirect
|
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
|
2020-03-27 11:49:24 -05:00
|
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
2019-06-13 09:37:04 -05:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
2020-11-05 13:53:15 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
2020-12-16 18:00:54 +05:30
|
|
|
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
|
2021-04-03 20:54:11 +00:00
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
2020-10-03 07:52:21 -07:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2021-04-03 20:54:11 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2020-05-01 12:35:35 -07:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-13 11:32:03 -05:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2021-02-26 23:22:08 -06:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-10-21 00:15:41 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-03-29 11:55:31 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-12-18 14:21:55 -06:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
2021-01-20 11:58:59 -06:00
|
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
2021-04-03 20:54:11 +00:00
|
|
|
gotest.tools/v3 v3.0.3 // indirect
|
2020-10-05 12:21:17 -05:00
|
|
|
k8s.io/api v0.17.9
|
|
|
|
k8s.io/apiextensions-apiserver v0.17.9
|
|
|
|
k8s.io/apimachinery v0.17.9
|
2020-05-01 12:35:35 -07:00
|
|
|
k8s.io/cli-runtime v0.17.4
|
2020-10-05 12:21:17 -05:00
|
|
|
k8s.io/client-go v0.17.9
|
2020-05-01 12:35:35 -07:00
|
|
|
k8s.io/kubectl v0.17.4
|
2020-03-16 14:14:04 +04:00
|
|
|
opendev.org/airship/go-redfish v0.0.0-20200318103738-db034d1d753a
|
|
|
|
opendev.org/airship/go-redfish/client v0.0.0-20200318103738-db034d1d753a
|
2021-02-08 13:46:27 +04:00
|
|
|
sigs.k8s.io/cli-utils v0.21.0
|
2021-01-29 19:27:37 +00:00
|
|
|
sigs.k8s.io/cluster-api v0.3.13
|
|
|
|
sigs.k8s.io/controller-runtime v0.5.14
|
2021-02-11 19:22:04 +03:00
|
|
|
sigs.k8s.io/kustomize/api v0.7.2
|
|
|
|
sigs.k8s.io/kustomize/kyaml v0.10.6
|
2020-04-22 17:41:55 -05:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2019-04-22 15:45:32 -05:00
|
|
|
)
|
2019-11-15 08:23:19 -06:00
|
|
|
|
2020-11-17 18:51:29 +04:00
|
|
|
replace k8s.io/kubectl => k8s.io/kubectl v0.0.0-20191219154910-1528d4eea6dd
|