1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00
Files
cli/go.mod

29 lines
1.1 KiB
Modula-2
Raw Normal View History

2019-08-26 14:55:28 -07:00
module github.com/rancher/cli
2020-02-03 15:10:04 -07:00
go 1.13
2019-08-26 14:55:28 -07:00
2020-02-03 15:10:04 -07:00
replace k8s.io/client-go => k8s.io/client-go v0.17.2
2019-12-13 14:00:35 -07:00
2019-08-26 14:55:28 -07:00
require (
github.com/c-bata/go-prompt v0.0.0-20180219161504-f329ebd2409d
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
2019-12-13 14:00:35 -07:00
github.com/gorilla/websocket v1.4.0
2019-08-26 14:55:28 -07:00
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
2019-12-13 14:00:35 -07:00
github.com/hashicorp/go-version v1.1.0
2019-08-26 14:55:28 -07:00
github.com/mattn/go-tty v0.0.0-20180219170247-931426f7535a // indirect
github.com/patrickmn/go-cache v2.0.0+incompatible
github.com/pkg/errors v0.8.1
github.com/pkg/term v0.0.0-20160705081919-b1f72af2d630 // indirect
2020-06-02 10:28:46 +02:00
github.com/rancher/norman v0.0.0-20200520181341-ab75acb55410
github.com/rancher/types v0.0.0-20200528213132-b5fb46b1825d
2019-12-13 14:00:35 -07:00
github.com/sirupsen/logrus v1.4.2
2020-02-03 15:10:04 -07:00
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.4
2020-07-23 13:50:08 -07:00
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
2020-02-03 15:10:04 -07:00
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
2020-04-01 16:12:56 -07:00
gopkg.in/yaml.v2 v2.2.8
k8s.io/client-go v12.0.0+incompatible
2019-08-26 14:55:28 -07:00
)