Skip to content

Commit f4f8da8

Browse files
Bump github.com/aws/aws-lambda-go in the gomod-all group (#35)
Bumps the gomod-all group with 1 update: [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go). Updates `github.com/aws/aws-lambda-go` from 1.47.0 to 1.48.0 - [Release notes](https://github.com/aws/aws-lambda-go/releases) - [Commits](aws/aws-lambda-go@v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-lambda-go dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46d8603 commit f4f8da8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/lapper
33
go 1.23
44

55
require (
6-
github.com/aws/aws-lambda-go v1.47.0
6+
github.com/aws/aws-lambda-go v1.48.0
77
github.com/google/gofuzz v1.2.0
88
github.com/nlopes/slack v0.6.0
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/aws/aws-lambda-go v1.47.0 h1:0H8s0vumYx/YKs4sE7YM0ktwL2eWse+kfopsRI1sXVI=
2-
github.com/aws/aws-lambda-go v1.47.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A=
1+
github.com/aws/aws-lambda-go v1.48.0 h1:1aZUYsrJu0yo5fC4z+Rba1KhNImXcJcvHu763BxoyIo=
2+
github.com/aws/aws-lambda-go v1.48.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A=
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=

0 commit comments

Comments
 (0)