Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 3563459 commit f78c20c
Show file tree
Hide file tree
Showing 2 changed files with 2,449 additions and 157 deletions.
22 changes: 7 additions & 15 deletions lambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,17 @@ module cdk-ecr-deployment-handler
go 1.15

require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/aws/aws-lambda-go v1.29.0
github.com/aws/aws-sdk-go-v2 v1.16.2
github.com/aws/aws-sdk-go-v2/config v1.15.3
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.17.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.4
github.com/containerd/containerd v1.6.26 // indirect
github.com/containers/image/v5 v5.21.0
github.com/containers/storage v1.39.0 // indirect
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.10
github.com/containers/image/v5 v5.30.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/gorilla/mux v1.8.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.33.0 // indirect
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
github.com/vbauerster/mpb/v7 v7.4.1 // indirect
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
github.com/stretchr/testify v1.9.0
github.com/tchap/go-patricia v2.3.0+incompatible // indirect
)
Loading

0 comments on commit f78c20c

Please sign in to comment.