Skip to content

Commit

Permalink
update aztfmigrate (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu authored Mar 5, 2025
1 parent f763fc6 commit 0ba16ea
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azapi-lsp
go 1.23.0

require (
github.com/Azure/aztfmigrate v1.15.1-0.20250227042733-c21045529abd
github.com/Azure/aztfmigrate v1.15.1-0.20250304070708-bd64aaa3affc
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
github.com/apparentlymart/go-textseg v1.0.0
github.com/creachadair/jrpc2 v0.32.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=
dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/Azure/aztfmigrate v1.15.1-0.20250227042733-c21045529abd h1:bA8ZJtLWPpd2ta+fFUkqVOk7e+L2t5br3BcU1iqLUK4=
github.com/Azure/aztfmigrate v1.15.1-0.20250227042733-c21045529abd/go.mod h1:d/awmWc/Yh2z4Mq1vGc1WQ5+naU93SXpZrsXROEJpg8=
github.com/Azure/aztfmigrate v1.15.1-0.20250304070708-bd64aaa3affc h1:BDWNCJzpkJNGrJliCVN2Gp1J26mFN66NaSnXyCm/dP0=
github.com/Azure/aztfmigrate v1.15.1-0.20250304070708-bd64aaa3affc/go.mod h1:d/awmWc/Yh2z4Mq1vGc1WQ5+naU93SXpZrsXROEJpg8=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 h1:g0EZJwz7xkXQiZAI5xi9f3WWFYBlX1CPTrR+NDToRkQ=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0/go.mod h1:XCW7KnZet0Opnr7HccfUw1PLc4CjHqpcaxW8DHklNkQ=
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 h1:tfLQ34V6F7tVSwoTf/4lH5sE0o6eCJuNDTmH09nDpbc=
Expand Down
25 changes: 25 additions & 0 deletions vendor/github.com/Azure/aztfmigrate/types/azurerm_resource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/Azure/aztfmigrate/types/from_plan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dario.cat/mergo v1.0.1
## explicit; go 1.13
dario.cat/mergo
# github.com/Azure/aztfmigrate v1.15.1-0.20250227042733-c21045529abd
# github.com/Azure/aztfmigrate v1.15.1-0.20250304070708-bd64aaa3affc
## explicit; go 1.23.0
github.com/Azure/aztfmigrate/azurerm
github.com/Azure/aztfmigrate/azurerm/coverage
Expand Down

0 comments on commit 0ba16ea

Please sign in to comment.