Skip to content

Commit 7ae7dd6

Browse files
authored
fix: critical go CVEs (#442)
1 parent 8ef055e commit 7ae7dd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/terraform-providers/terraform-provider-local
22

3-
go 1.23.7
3+
go 1.23.12
44

55
require (
66
github.com/google/go-cmp v0.7.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.23.7
3+
go 1.23.12
44

55
require (
66
github.com/hashicorp/copywrite v0.22.0

0 commit comments

Comments
 (0)