mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 05:44:43 +08:00
18 lines
257 B
Plaintext
18 lines
257 B
Plaintext
go 1.22.7
|
|
|
|
use (
|
|
.
|
|
./account
|
|
./database
|
|
./exceptionmonitor
|
|
./launchpad
|
|
./pay
|
|
./devbox
|
|
./vlogs
|
|
)
|
|
|
|
replace (
|
|
github.com/labring/sealos/controllers/account => ../controllers/account
|
|
github.com/labring/sealos/controllers/user => ../controllers/user
|
|
)
|