-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 876 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/bsurc/tmpnb
go 1.14
require (
cloud.google.com/go v0.49.0 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/bsurc/misc v0.0.0-20180430221856-9c570e2630d1
github.com/bsurc/oauth2 v0.1.0
github.com/bsurc/sessions v0.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
golang.org/x/net v0.0.0-20191125084936-ffdde1057850 // indirect
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
golang.org/x/sys v0.0.0-20191126131656-8a8471f7e56d // indirect
google.golang.org/appengine v1.6.5 // indirect
)