2019-06-25 16:31:11 -05:00
|
|
|
module opendev.org/airship/airshipctl
|
2019-04-22 15:45:32 -05:00
|
|
|
|
2021-04-28 19:22:43 +00:00
|
|
|
go 1.16
|
2019-04-22 15:45:32 -05:00
|
|
|
|
|
|
|
require (
|
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 09:37:04 -05:00
|
|
|
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // 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-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-12-16 18:00:54 +05:30
|
|
|
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
|
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
|
2021-04-28 19:22:43 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2021-02-26 23:22:08 -06:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-08-04 22:13:53 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-28 19:22:43 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
2021-06-28 15:49:12 -05:00
|
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
2021-04-28 19:22:43 +00:00
|
|
|
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
|
2021-08-04 22:13:53 +00:00
|
|
|
opendev.org/airship/go-redfish v0.0.0-20211004183611-3c3d7c6ba009
|
|
|
|
opendev.org/airship/go-redfish/client v0.0.0-20211004183611-3c3d7c6ba009
|
2021-04-28 19:22:43 +00:00
|
|
|
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
|
2020-04-22 17:41:55 -05:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2019-04-22 15:45:32 -05:00
|
|
|
)
|