Skip to content

Commit

Permalink
chore: remove replace from go.mod (#1328)
Browse files Browse the repository at this point in the history
  • Loading branch information
geffersonFerraz authored Jan 20, 2025
1 parent 4ee07a9 commit 6c8d6d9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
8 changes: 2 additions & 6 deletions mgc/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/MagaluCloud/magalu/mgc/cli
go 1.23.0

require (
github.com/MagaluCloud/magalu/mgc/core v0.0.0-unversioned
github.com/MagaluCloud/magalu/mgc/sdk v0.0.0-unversioned
github.com/MagaluCloud/magalu/mgc/core v0.0.0-20250117204804-e16e0869209d
github.com/MagaluCloud/magalu/mgc/sdk v0.0.0-20250117204804-e16e0869209d
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
)
Expand Down Expand Up @@ -91,7 +91,3 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/MagaluCloud/magalu/mgc/core => ../core

replace github.com/MagaluCloud/magalu/mgc/sdk => ../sdk
9 changes: 2 additions & 7 deletions mgc/codegen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/MagaluCloud/magalu/mgc/codegen
go 1.23.0

require (
github.com/MagaluCloud/magalu/mgc/core v0.18.10-rc1
github.com/MagaluCloud/magalu/mgc/sdk v0.18.10-rc1
github.com/MagaluCloud/magalu/mgc/core v0.0.0-20250117204804-e16e0869209d
github.com/MagaluCloud/magalu/mgc/sdk v0.0.0-20250117204804-e16e0869209d
github.com/getkin/kin-openapi v0.118.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.7.0
Expand Down Expand Up @@ -63,8 +63,3 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace (
github.com/MagaluCloud/magalu/mgc/core => ../core
github.com/MagaluCloud/magalu/mgc/sdk => ../sdk
)
8 changes: 2 additions & 6 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.33.0
github.com/MagaluCloud/magalu/mgc/sdk v0.33.0
github.com/MagaluCloud/magalu/mgc/core v0.0.0-20250117204804-e16e0869209d
github.com/MagaluCloud/magalu/mgc/sdk v0.0.0-20250117204804-e16e0869209d
)

require (
Expand Down Expand Up @@ -63,7 +63,3 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/MagaluCloud/magalu/mgc/core => ../core

replace github.com/MagaluCloud/magalu/mgc/sdk => ../sdk
4 changes: 1 addition & 3 deletions mgc/sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/MagaluCloud/magalu/mgc/sdk
go 1.23.0

require (
github.com/MagaluCloud/magalu/mgc/core v0.0.0-unversioned
github.com/MagaluCloud/magalu/mgc/core v0.0.0-20250117204804-e16e0869209d
github.com/geffersonFerraz/brazilian-words-sorter v1.1.0
github.com/getkin/kin-openapi v0.118.0
github.com/go-openapi/jsonpointer v0.20.0
Expand Down Expand Up @@ -67,5 +67,3 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)

replace github.com/MagaluCloud/magalu/mgc/core => ../core
2 changes: 2 additions & 0 deletions mgc/sdk/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ atomicgo.dev/keyboard v0.2.9 h1:tOsIid3nlPLZ3lwgG8KZMp/SFmr7P0ssEN5JUsm78K8=
atomicgo.dev/keyboard v0.2.9/go.mod h1:BC4w9g00XkxH/f1HXhW2sXmJFOCWbKn9xrOunSFtExQ=
atomicgo.dev/schedule v0.1.0 h1:nTthAbhZS5YZmgYbb2+DH8uQIZcTlIrd4eYr3UQxEjs=
atomicgo.dev/schedule v0.1.0/go.mod h1:xeUa3oAkiuHYh8bKiQBRojqAMq3PXXbJujjb0hw8pEU=
github.com/MagaluCloud/magalu/mgc/core v0.0.0-20250117204804-e16e0869209d h1:zKW8fOPcAxDRJcX+erFOZmh92sWdGWMS5vb+kTVYw0o=
github.com/MagaluCloud/magalu/mgc/core v0.0.0-20250117204804-e16e0869209d/go.mod h1:h0UDw9so9zAtRrh82BB9CiR7bKwhJ/osSmbSwZWYX8I=
github.com/MarvinJWendt/testza v0.1.0/go.mod h1:7AxNvlfeHP7Z/hDQ5JtE3OKYT3XFUeLCDE2DQninSqs=
github.com/MarvinJWendt/testza v0.2.1/go.mod h1:God7bhG8n6uQxwdScay+gjm9/LnO4D3kkcZX4hv9Rp8=
github.com/MarvinJWendt/testza v0.2.8/go.mod h1:nwIcjmr0Zz+Rcwfh3/4UhBp7ePKVhuBExvZqnKYWlII=
Expand Down

0 comments on commit 6c8d6d9

Please sign in to comment.