forked from tsuru/go-tsuruclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.53 KB
/
go.mod
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
27
28
29
30
31
32
module github.com/tsuru/go-tsuruclient
require (
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/docker v20.10.2+incompatible // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/hashicorp/go-version v0.0.0-20180716215031-270f2f71b1ee // indirect
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sajari/fuzzy v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/tsuru/commandmocker v0.0.0-20160909010208-e1d28f4f616a // indirect
github.com/tsuru/config v0.0.0-20180418191556-87403ee7da02 // indirect
github.com/tsuru/gnuflag v0.0.0-20151217162021-86b8c1b864aa // indirect
github.com/tsuru/tablecli v0.0.0-20180215113938-82de88f75181 // indirect
github.com/tsuru/tsuru v0.0.0-20180820205921-0e7f7f02eac5
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/oauth2 v0.0.0-20180402223937-921ae394b943
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.1.0 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
gotest.tools/v3 v3.0.3 // indirect
)
go 1.13