Skip to content

Commit d1a3b8d

Browse files
committed
updating versions to get dependabot off my back
1 parent 318f1ea commit d1a3b8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
module go-lambda-v4-signature
22

3-
go 1.13
3+
go 1.23
44

55
require (
66
github.com/aws/aws-lambda-go v1.47.0
77
github.com/aws/aws-sdk-go v1.55.6
88
)
9+
10+
require github.com/jmespath/go-jmespath v0.4.0 // indirect

0 commit comments

Comments
 (0)