Skip to content

Commit

Permalink
chore(deps): bump github.com/aws/aws-lambda-go in /worker (#804)
Browse files Browse the repository at this point in the history
Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.46.0 to 1.47.0.
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.46.0...v1.47.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-lambda-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent a20c5da commit 8c9b96f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kazimanzurrashid/aws-scheduler-go/worker
go 1.20

require (
github.com/aws/aws-lambda-go v1.46.0
github.com/aws/aws-lambda-go v1.47.0
github.com/aws/aws-sdk-go v1.51.11
github.com/aws/aws-xray-sdk-go v1.8.3
github.com/hashicorp/go-retryablehttp v0.7.5
Expand Down
4 changes: 2 additions & 2 deletions worker/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/DATA-DOG/go-sqlmock v1.4.1 h1:ThlnYciV1iM/V0OSF/dtkqWb6xo5qITT1TJBG1MRDJM=
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
github.com/aws/aws-lambda-go v1.46.0 h1:UWVnvh2h2gecOlFhHQfIPQcD8pL/f7pVCutmFl+oXU8=
github.com/aws/aws-lambda-go v1.46.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A=
github.com/aws/aws-lambda-go v1.47.0 h1:0H8s0vumYx/YKs4sE7YM0ktwL2eWse+kfopsRI1sXVI=
github.com/aws/aws-lambda-go v1.47.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A=
github.com/aws/aws-sdk-go v1.51.11 h1:El5VypsMIz7sFwAAj/j06JX9UGs4KAbAIEaZ57bNY4s=
github.com/aws/aws-sdk-go v1.51.11/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-xray-sdk-go v1.8.3 h1:S8GdgVncBRhzbNnNUgTPwhEqhwt2alES/9rLASyhxjU=
Expand Down

0 comments on commit 8c9b96f

Please sign in to comment.