Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 9b9813e

Browse files
committed
Upgrade containers/image module
1 parent 228260c commit 9b9813e

File tree

6 files changed

+74
-31
lines changed

6 files changed

+74
-31
lines changed

go.mod

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,32 @@ module github.com/awslabs/aws-lambda-container-image-converter
33
go 1.13
44

55
require (
6-
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
76
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
87
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
98
github.com/aws/aws-sdk-go v1.27.1
10-
github.com/containers/image v3.0.2+incompatible
9+
github.com/containers/image/v5 v5.1.0
1110
github.com/containers/storage v1.15.5 // indirect
1211
github.com/docker/distribution v2.7.1+incompatible // indirect
1312
github.com/docker/docker v1.4.2-0.20181210162850-6e3113f700de // indirect
14-
github.com/docker/docker-credential-helpers v0.6.3 // indirect
1513
github.com/docker/go-connections v0.4.0 // indirect
1614
github.com/docker/go-metrics v0.0.1 // indirect
17-
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
1815
github.com/dsnet/compress v0.0.1 // indirect
19-
github.com/etcd-io/bbolt v1.3.3 // indirect
2016
github.com/frankban/quicktest v1.7.2 // indirect
2117
github.com/ghodss/yaml v1.0.0 // indirect
2218
github.com/golang/mock v1.3.1
2319
github.com/golang/snappy v0.0.1 // indirect
2420
github.com/gorilla/mux v1.7.3 // indirect
25-
github.com/imdario/mergo v0.3.8 // indirect
2621
github.com/mattn/go-zglob v0.0.1
2722
github.com/mholt/archiver v3.1.1+incompatible
2823
github.com/nwaples/rardecode v1.0.0 // indirect
2924
github.com/opencontainers/go-digest v1.0.0-rc1
30-
github.com/opencontainers/image-spec v1.0.1
31-
github.com/ostreedev/ostree-go v0.0.0-20190702140239-759a8c1ac913 // indirect
25+
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
3226
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
3327
github.com/pkg/errors v0.8.1
3428
github.com/stretchr/testify v1.4.0
3529
github.com/urfave/cli v1.22.2
3630
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
37-
go.etcd.io/bbolt v1.3.3 // indirect
3831
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
39-
golang.org/x/tools v0.0.0-20200106190116-7be0a674c9fc // indirect
4032
gopkg.in/yaml.v2 v2.2.7
4133
k8s.io/client-go v11.0.0+incompatible // indirect
4234
)

0 commit comments

Comments
 (0)