Skip to content

Commit

Permalink
chore: prepare to split monorepo (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
geffersonFerraz authored Jan 17, 2025
1 parent 023cf01 commit e16e086
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mgc/lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.23.0
toolchain go1.23.4

require (
github.com/MagaluCloud/magalu/mgc/core v0.31.0
github.com/MagaluCloud/magalu/mgc/sdk v0.31.0
github.com/MagaluCloud/magalu/mgc/core v0.33.0
github.com/MagaluCloud/magalu/mgc/sdk v0.33.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion mgc/lib/products/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Package: products
All MagaLu Groups & Executors
Version: v0.32.0
Version: v0.33.0
import "github.com/MagaluCloud/magalu/mgc/lib/products"
*/
Expand Down
2 changes: 1 addition & 1 deletion mgc/sdk/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.32.1
v0.33.0
4 changes: 2 additions & 2 deletions mgc/terraform-provider-mgc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.23.0

require (
github.com/MagaluCloud/magalu/mgc/lib v0.0.0-00010101000000-000000000000
github.com/MagaluCloud/magalu/mgc/sdk v0.31.0
github.com/MagaluCloud/magalu/mgc/sdk v0.33.0
github.com/hashicorp/terraform-plugin-framework v1.11.0
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
github.com/hashicorp/terraform-plugin-log v0.9.0
)

require (
github.com/MagaluCloud/magalu/mgc/core v0.31.0 // indirect
github.com/MagaluCloud/magalu/mgc/core v0.33.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/geffersonFerraz/brazilian-words-sorter v1.1.0 // indirect
github.com/getkin/kin-openapi v0.118.0 // indirect
Expand Down

0 comments on commit e16e086

Please sign in to comment.