Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mv cmd/pkg to booter #4102

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions go.mod → booter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ replace (
)

replace (
github.com/labring/image-cri-shim => ./staging/src/github.com/labring/image-cri-shim
github.com/labring/lvscare => ./staging/src/github.com/labring/lvscare
github.com/labring/image-cri-shim => ./../staging/src/github.com/labring/image-cri-shim
github.com/labring/lvscare => ./../staging/src/github.com/labring/lvscare
github.com/labring/sealos => ./
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
go 1.20

use (
.
./controllers/account
./controllers/admission
./controllers/app
Expand All @@ -23,4 +22,5 @@ use (
./staging/src/github.com/labring/controllers/metering
./webhooks/whitelist
./test/e2e
./booter
)
2 changes: 1 addition & 1 deletion service/hub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ replace (
replace (
github.com/labring/image-cri-shim => ../../staging/src/github.com/labring/image-cri-shim
github.com/labring/lvscare => ../../staging/src/github.com/labring/lvscare
github.com/labring/sealos => ../../
github.com/labring/sealos => ./../../booter
github.com/labring/sealos/controllers/imagehub => ./../../staging/src/github.com/labring/controllers/imagehub
)
2 changes: 1 addition & 1 deletion staging/src/github.com/labring/controllers/cluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ require (
)

replace (
github.com/labring/sealos => ./../../../../../../
github.com/labring/sealos => ./../../../../../../booter
github.com/labring/sealos/controllers/infra => ./../infra
)

Expand Down
2 changes: 1 addition & 1 deletion staging/src/github.com/labring/controllers/infra/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require (
)

replace (
github.com/labring/sealos => ../../../../../../
github.com/labring/sealos => ./../../../../../../booter
github.com/labring/sealos/controllers/cluster => ./../cluster
)

Expand Down
2 changes: 1 addition & 1 deletion staging/src/github.com/labring/controllers/metering/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/labring/sealos/controllers/metering
go 1.20

replace (
github.com/labring/sealos => ../../../../../../
github.com/labring/sealos => ./../../../../../../booter
github.com/labring/sealos/controllers/account => ./../../../../../../controllers/account
github.com/labring/sealos/controllers/user => ./../../../../../../controllers/user
)
Expand Down
2 changes: 1 addition & 1 deletion staging/src/github.com/labring/image-cri-shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

replace github.com/labring/sealos => ../../../../../
replace github.com/labring/sealos => ./../../../../../booter
2 changes: 1 addition & 1 deletion staging/src/github.com/labring/lvscare/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/labring/sealos => ../../../../../
replace github.com/labring/sealos => ./../../../../../booter
2 changes: 1 addition & 1 deletion test/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

replace (
github.com/labring/image-cri-shim => ../../staging/src/github.com/labring/image-cri-shim
github.com/labring/sealos => ../../
github.com/labring/sealos => ./../../booter
github.com/labring/sealos/controllers/cluster => ./../../staging/src/github.com/labring/controllers/cluster
github.com/labring/sealos/controllers/infra => ./../../staging/src/github.com/labring/controllers/infra
)
Expand Down
2 changes: 1 addition & 1 deletion webhooks/whitelist/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/labring/sealos => ../../
replace github.com/labring/sealos => ./../../booter