2019-08-26 14:55:28 -07:00
|
|
|
module github.com/rancher/cli
|
|
|
|
|
|
2021-03-12 11:42:42 -07:00
|
|
|
go 1.16
|
2019-08-26 14:55:28 -07:00
|
|
|
|
2021-03-12 11:42:42 -07:00
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.20.1
|
2019-12-13 14:00:35 -07:00
|
|
|
|
2019-08-26 14:55:28 -07:00
|
|
|
require (
|
2021-03-12 11:42:42 -07:00
|
|
|
github.com/c-bata/go-prompt v0.2.6
|
2019-12-13 14:00:35 -07:00
|
|
|
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
|
2019-08-26 14:55:28 -07:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-03-12 11:42:42 -07:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2019-08-26 14:55:28 -07:00
|
|
|
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
|
2021-03-12 11:42:42 -07:00
|
|
|
github.com/hashicorp/go-version v1.2.1
|
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
2021-06-22 13:51:16 -07:00
|
|
|
github.com/rancher/norman v0.0.0-20200820172041-261460ee9088
|
|
|
|
|
github.com/rancher/rancher/pkg/client v0.0.0-20210622180446-e02a217721e8
|
2021-03-12 11:42:42 -07:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
|
github.com/urfave/cli v1.22.5
|
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-11-13 19:42:47 -07:00
|
|
|
k8s.io/client-go v12.0.0+incompatible
|
2019-08-26 14:55:28 -07:00
|
|
|
)
|