This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-230
lines changed Expand file tree Collapse file tree 2 files changed +26
-230
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,21 @@ module github.com/awslabs/aws-lambda-container-image-converter
3
3
go 1.13
4
4
5
5
require (
6
- github.com/DataDog/zstd v1.4.0 // indirect
7
- github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
8
6
github.com/aws/aws-sdk-go v1.32.13
9
7
github.com/containers/image/v5 v5.5.1
10
8
github.com/dsnet/compress v0.0.1 // indirect
11
9
github.com/frankban/quicktest v1.7.2 // indirect
12
10
github.com/golang/mock v1.4.3
13
11
github.com/golang/snappy v0.0.1 // indirect
14
- github.com/klauspost/cpuid v1.2.1 // indirect
15
12
github.com/mattn/go-zglob v0.0.2
16
13
github.com/mholt/archiver v3.1.1+incompatible
17
14
github.com/nwaples/rardecode v1.0.0 // indirect
18
15
github.com/opencontainers/go-digest v1.0.0
19
16
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
20
17
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
21
18
github.com/pkg/errors v0.9.1
22
- github.com/spf13/pflag v1.0.3 // indirect
23
19
github.com/stretchr/testify v1.6.1
24
20
github.com/urfave/cli v1.22.4
25
21
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
26
22
gopkg.in/yaml.v2 v2.3.0
27
- k8s.io/client-go v11.0.0+incompatible // indirect
28
23
)
You can’t perform that action at this time.
0 commit comments