Skip to content

Commit 1d60a7f

Browse files
author
Bezalel Brandwine
committed
go mod update
1 parent fd6e2c8 commit 1d60a7f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

go.mod

+18-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,27 @@ require (
88
github.com/docker/docker v20.10.9+incompatible
99
github.com/gofrs/uuid v4.0.0+incompatible
1010
github.com/golang/glog v1.0.0
11-
github.com/pquerna/cachecontrol v0.1.0 // indirect
1211
github.com/satori/go.uuid v1.2.0
13-
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
1412
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
13+
)
14+
15+
require (
16+
github.com/docker/go-connections v0.4.0 // indirect
17+
github.com/docker/go-units v0.4.0 // indirect
18+
github.com/gogo/protobuf v1.3.2 // indirect
19+
github.com/golang/protobuf v1.5.2 // indirect
20+
github.com/kr/text v0.2.0 // indirect
21+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
22+
github.com/opencontainers/go-digest v1.0.0 // indirect
23+
github.com/opencontainers/image-spec v1.0.1 // indirect
24+
github.com/pkg/errors v0.9.1 // indirect
25+
github.com/pquerna/cachecontrol v0.1.0 // indirect
26+
github.com/stretchr/testify v1.7.0 // indirect
27+
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
28+
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
1529
google.golang.org/appengine v1.6.7 // indirect
1630
google.golang.org/protobuf v1.27.1 // indirect
31+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
1732
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
33+
gotest.tools/v3 v3.0.3 // indirect
1834
)

0 commit comments

Comments
 (0)