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

Commit 4617a8f

Browse files
committed
Add go mod files
1 parent 708a101 commit 4617a8f

File tree

3 files changed

+330
-6
lines changed

3 files changed

+330
-6
lines changed

go.mod

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
module github.com/awslabs/aws-lambda-container-image-converter
2+
3+
go 1.13
4+
5+
require (
6+
github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774 // indirect
7+
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
8+
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
9+
github.com/aws/aws-sdk-go v1.27.1
10+
github.com/containers/image v3.0.2+incompatible
11+
github.com/containers/storage v1.15.5 // indirect
12+
github.com/docker/distribution v2.7.1+incompatible // indirect
13+
github.com/docker/docker v1.4.2-0.20181210162850-6e3113f700de // indirect
14+
github.com/docker/docker-credential-helpers v0.6.3 // indirect
15+
github.com/docker/go-connections v0.4.0 // indirect
16+
github.com/docker/go-metrics v0.0.1 // indirect
17+
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
18+
github.com/dsnet/compress v0.0.1 // indirect
19+
github.com/etcd-io/bbolt v1.3.3 // indirect
20+
github.com/frankban/quicktest v1.7.2 // indirect
21+
github.com/ghodss/yaml v1.0.0 // indirect
22+
github.com/golang/mock v1.3.1
23+
github.com/golang/snappy v0.0.1 // indirect
24+
github.com/gorilla/mux v1.7.3 // indirect
25+
github.com/imdario/mergo v0.3.8 // indirect
26+
github.com/mattn/go-zglob v0.0.1
27+
github.com/mholt/archiver v3.1.1+incompatible
28+
github.com/nwaples/rardecode v1.0.0 // indirect
29+
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
32+
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
33+
github.com/pkg/errors v0.8.1
34+
github.com/stretchr/testify v1.4.0
35+
github.com/urfave/cli v1.22.2
36+
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
37+
go.etcd.io/bbolt v1.3.3 // indirect
38+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
39+
golang.org/x/tools v0.0.0-20200106190116-7be0a674c9fc // indirect
40+
gopkg.in/yaml.v2 v2.2.7
41+
k8s.io/client-go v11.0.0+incompatible // indirect
42+
)

0 commit comments

Comments
 (0)