mirror of
https://github.com/rancher/cli.git
synced 2026-02-05 09:48:36 +01:00
27 lines
911 B
Modula-2
27 lines
911 B
Modula-2
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
|
|
)
|