We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce2beda + 41f5e24 commit a9c59eeCopy full SHA for a9c59ee
alb-lambda-pulumi-go/go.mod
@@ -1,6 +1,6 @@
1
module alb-lambda-pulumi-go
2
3
-go 1.17
+go 1.23.0
4
5
require (
6
github.com/pulumi/pulumi-aws/sdk/v5 v5.32.0
@@ -16,7 +16,7 @@ require (
16
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
17
github.com/blang/semver v3.5.1+incompatible // indirect
18
github.com/cheggaaa/pb v1.0.29 // indirect
19
- github.com/cloudflare/circl v1.3.7 // indirect
+ github.com/cloudflare/circl v1.6.1 // indirect
20
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
21
github.com/djherbis/times v1.5.0 // indirect
22
github.com/emirpasic/gods v1.18.1 // indirect
0 commit comments