Skip to content

Commit

Permalink
Merge pull request #189 from awslabs/dependabot/go_modules/src/lib/cd…
Browse files Browse the repository at this point in the history
…k-ecr-deployment/lambda/github.com/containers/image/v5-5.29.3

chore(deps): bump github.com/containers/image/v5 from 5.17.0 to 5.29.3 in /src/lib/cdk-ecr-deployment/lambda
  • Loading branch information
yanbasic authored Sep 10, 2024
2 parents 2a6ba26 + 3647dc4 commit e80e45b
Show file tree
Hide file tree
Showing 2 changed files with 4,038 additions and 119 deletions.
15 changes: 7 additions & 8 deletions src/lib/cdk-ecr-deployment/lambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ go 1.15

require (
github.com/aws/aws-lambda-go v1.23.0
github.com/aws/aws-sdk-go-v2 v1.3.2
github.com/aws/aws-sdk-go-v2/config v1.1.6
github.com/aws/aws-sdk-go-v2 v1.21.0
github.com/aws/aws-sdk-go-v2/config v1.18.37
github.com/aws/aws-sdk-go-v2/service/ecr v1.2.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.5.0
github.com/containerd/containerd v1.5.8 // indirect
github.com/containers/image/v5 v5.17.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/containers/image/v5 v5.29.3
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20211123152302-43a7dee1ec31 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
github.com/tchap/go-patricia v2.3.0+incompatible // indirect
)
Loading

0 comments on commit e80e45b

Please sign in to comment.