forked from rancher/cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 911 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/rancher/cli
go 1.16
replace k8s.io/client-go => k8s.io/client-go v0.20.1
require (
github.com/c-bata/go-prompt v0.2.6
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
github.com/ghodss/yaml v1.0.0
github.com/gorilla/websocket v1.4.2
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
github.com/hashicorp/go-version v1.2.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/rancher/norman v0.0.0-20200520181341-ab75acb55410
github.com/rancher/types v0.0.0-20200528213132-b5fb46b1825d
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
k8s.io/client-go v12.0.0+incompatible
)