Skip to content

Commit

Permalink
Switch to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 19, 2019
1 parent bcb1d41 commit d2ae2b8
Show file tree
Hide file tree
Showing 1,844 changed files with 277,332 additions and 83,068 deletions.
52 changes: 52 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
module github.com/rancher/rke

go 1.12

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.0.0-20180501170546-ab35fc04b636 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v0.0.0-20180109221743-52f73c5a6cb0
github.com/coreos/go-semver v0.3.0
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/docker/distribution v0.0.0-20171023080744-3800056b8832
github.com/docker/docker v0.0.0-20180612054059-a9fbbdc8dd87
github.com/docker/go-connections v0.3.0
github.com/docker/go-units v0.3.2 // indirect
github.com/go-ini/ini v1.37.0
github.com/google/btree v1.0.0 // indirect
github.com/gorilla/websocket v1.2.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.6 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.0
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v0.0.0-20170929214853-7c889fafd04a // indirect
github.com/pkg/errors v0.8.1
github.com/rancher/kontainer-driver-metadata v0.0.0-20190819174335-6eb94126a98c
github.com/rancher/norman v0.0.0-20190819172543-9c5479f6e5ca
github.com/rancher/types v0.0.0-20190819173748-96e6d6f30265
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/ugorji/go v0.0.0-20171231121548-ccfe18359b55 // indirect
github.com/urfave/cli v1.18.0
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/grpc v1.23.0 // indirect
gopkg.in/ini.v1 v1.46.0 // indirect
gopkg.in/yaml.v2 v2.2.2
gotest.tools v2.2.0+incompatible // indirect
k8s.io/api v0.0.0-20190805182251-6c9aa3caf3d6
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190805182715-88a2adca7e76+incompatible
)
312 changes: 312 additions & 0 deletions go.sum

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions vendor/github.com/beorn7/perks/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/github.com/beorn7/perks/README.md

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/.dockerignore

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/coreos/etcd/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/.godir

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/coreos/etcd/.header

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/coreos/etcd/.semaphore.sh

This file was deleted.

88 changes: 0 additions & 88 deletions vendor/github.com/coreos/etcd/.travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions vendor/github.com/coreos/etcd/.words

This file was deleted.

Loading

0 comments on commit d2ae2b8

Please sign in to comment.