Skip to content

Commit

Permalink
reverting go files
Browse files Browse the repository at this point in the history
  • Loading branch information
sasidhar-aws committed Sep 25, 2024
1 parent 11ffc30 commit 8386ec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.22.7
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module github.com/hashicorp/terraform-provider-aws

go 1.23.0
go 1.23.1

// Disable experimental post-quantum key exchange mechanism X25519Kyber768Draft00
// This was causing errors with AWS Network Firewall
godebug tlskyber=0

require (
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton
Expand Down

0 comments on commit 8386ec1

Please sign in to comment.