Skip to content

Commit

Permalink
Make code compile
Browse files Browse the repository at this point in the history
Ran 'go mod tidy' to make this compile

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Nov 12, 2024
1 parent 04501a2 commit 3acf572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/vmware/terraform-provider-nsxt

go 1.22
toolchain go1.22.5

toolchain go1.22.6

require (
github.com/google/uuid v1.6.0
Expand Down

0 comments on commit 3acf572

Please sign in to comment.