mirror of
https://github.com/rancher/cli.git
synced 2026-02-05 18:48:50 +01:00
38 lines
1.7 KiB
Modula-2
38 lines
1.7 KiB
Modula-2
module github.com/rancher/cli
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/c-bata/go-prompt v0.0.0-20180219161504-f329ebd2409d
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/docker/docker v0.0.0-20161012222843-8658748ef716
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect
|
|
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c // indirect
|
|
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
|
|
github.com/gorilla/websocket v0.0.0-20180306181548-eb925808374e
|
|
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
|
|
github.com/hashicorp/go-version v0.0.0-20180322230233-23480c066577
|
|
github.com/mattn/go-colorable v0.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mattn/go-tty v0.0.0-20180219170247-931426f7535a // indirect
|
|
github.com/onsi/ginkgo v1.9.0 // indirect
|
|
github.com/onsi/gomega v1.6.0 // 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
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rancher/norman v0.0.0-20181217230628-457c15b94aca
|
|
github.com/rancher/types v0.0.0-20190725170125-839eead94ce4
|
|
github.com/sirupsen/logrus v1.0.4
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/urfave/cli v0.0.0-20180226030253-8e01ec4cd3e2
|
|
golang.org/x/crypto v0.0.0-20180403160946-b2aa35443fbc // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
k8s.io/apimachinery v0.0.0-20180328184639-0ed326127d30 // indirect
|
|
)
|