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

Commit b6e0f2f

Browse files
committed
chore: tidy dependencies
1 parent 3383ec2 commit b6e0f2f

File tree

2 files changed

+26
-230
lines changed

2 files changed

+26
-230
lines changed

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,21 @@ module github.com/awslabs/aws-lambda-container-image-converter
33
go 1.13
44

55
require (
6-
github.com/DataDog/zstd v1.4.0 // indirect
7-
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
86
github.com/aws/aws-sdk-go v1.32.13
97
github.com/containers/image/v5 v5.5.1
108
github.com/dsnet/compress v0.0.1 // indirect
119
github.com/frankban/quicktest v1.7.2 // indirect
1210
github.com/golang/mock v1.4.3
1311
github.com/golang/snappy v0.0.1 // indirect
14-
github.com/klauspost/cpuid v1.2.1 // indirect
1512
github.com/mattn/go-zglob v0.0.2
1613
github.com/mholt/archiver v3.1.1+incompatible
1714
github.com/nwaples/rardecode v1.0.0 // indirect
1815
github.com/opencontainers/go-digest v1.0.0
1916
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
2017
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
2118
github.com/pkg/errors v0.9.1
22-
github.com/spf13/pflag v1.0.3 // indirect
2319
github.com/stretchr/testify v1.6.1
2420
github.com/urfave/cli v1.22.4
2521
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
2622
gopkg.in/yaml.v2 v2.3.0
27-
k8s.io/client-go v11.0.0+incompatible // indirect
2823
)

0 commit comments

Comments
 (0)