2817df8482
Change-Id: Icc6b18b4694a17ab2f8e0bf1112e41a1d18a5b00 Relates-To: #54 Depends-On: https://review.opendev.org/713622
46 lines
2.2 KiB
Modula-2
46 lines
2.2 KiB
Modula-2
module opendev.org/airship/airshipctl
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/MakeNowJust/heredoc v0.0.0-20171113091838-e9091a26100e // indirect
|
|
github.com/Microsoft/go-winio v0.4.12 // indirect
|
|
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1 // indirect
|
|
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
|
|
github.com/docker/go-connections v0.3.0 // indirect
|
|
github.com/docker/go-units v0.3.3 // indirect
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/gorilla/mux v1.7.2 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect
|
|
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a // indirect
|
|
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
|
|
google.golang.org/grpc v1.23.0 // indirect
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2
|
|
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
|
k8s.io/api v0.0.0-20191114100352-16d7abae0d2a
|
|
k8s.io/apimachinery v0.0.0-20191028221656-72ed19daf4bb
|
|
k8s.io/cli-runtime v0.0.0-20191114110141-0a35778df828
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/kubectl v0.0.0-20191114113550-6123e1c827f7
|
|
opendev.org/airship/go-redfish v0.0.0-20200318103738-db034d1d753a
|
|
opendev.org/airship/go-redfish/client v0.0.0-20200318103738-db034d1d753a
|
|
sigs.k8s.io/kustomize/v3 v3.2.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.0.0-20191114101535-6c5935290e33
|