Skip to content

Commit

Permalink
Update and simplify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed Sep 14, 2021
1 parent 93bdde7 commit 46876bd
Show file tree
Hide file tree
Showing 2 changed files with 870 additions and 135 deletions.
23 changes: 6 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ module github.com/tsuru/tsuru-client
go 1.12

require (
github.com/Microsoft/hcsshim v0.8.10 // indirect
github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
github.com/containerd/containerd v1.4.1 // indirect
github.com/digitalocean/godo v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.2+incompatible
github.com/docker/docker v20.10.8+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/machine v0.16.1
github.com/exoscale/egoscale v0.9.31 // indirect
github.com/fsouza/go-dockerclient v0.0.0-20180427001620-3a206030a28a
github.com/fsouza/go-dockerclient v1.7.4
github.com/ghodss/yaml v1.0.0
github.com/pkg/errors v0.9.1
github.com/pmorie/go-open-service-broker-client v0.0.0-20180330214919-dca737037ce6
Expand All @@ -23,24 +20,16 @@ require (
github.com/tsuru/gnuflag v0.0.0-20151217162021-86b8c1b864aa
github.com/tsuru/go-tsuruclient v0.0.0-20210426181646-b7774d33597a
github.com/tsuru/tablecli v0.0.0-20190131152944-7ded8a3383c6
github.com/tsuru/tsuru v0.0.0-20210504215419-6e4b785e561c
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
google.golang.org/api v0.7.0 // indirect
google.golang.org/appengine v1.6.1 // indirect
github.com/tsuru/tsuru v0.0.0-20210831124236-38cab1d28262
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
gopkg.in/yaml.v2 v2.3.0
k8s.io/apimachinery v0.18.9
k8s.io/client-go v11.0.1-0.20190805182715-88a2adca7e76+incompatible // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.20.6
)

replace (
github.com/ajg/form => github.com/cezarsa/form v0.0.0-20210510165411-863b166467b9
github.com/docker/docker => github.com/docker/engine v0.0.0-20191121165722-d1d5f6476656

github.com/docker/machine => github.com/cezarsa/machine v0.7.1-0.20190219165632-cdcfd549f935
github.com/rancher/kontainer-engine => github.com/cezarsa/kontainer-engine v0.0.4-dev.0.20190725184110-8b6c46d5dadd
github.com/samalba/dockerclient => github.com/cezarsa/dockerclient v0.0.0-20190924055524-af5052a88081
golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
gopkg.in/ahmetb/go-linq.v3 => github.com/ahmetb/go-linq v3.0.0+incompatible
gopkg.in/check.v1 => gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405
)
Loading

0 comments on commit 46876bd

Please sign in to comment.