Files
sealos/go.work
T
fckcandjiahui 2f9eedd836 Added a cloud-based module, responsible for message notifications, license issuance and validation, information collection, and monitoring functions. (#3409)
* add a notification controller

* fix notification controller bugs, add RWMutex

* Add cloudclient reconcile

* add license controller and cloudsync controller

* add cloudsync controller and fix bugs

* fix go mod

* fix gitignore bugs

* Enhanced the coding standards

* add cloud collector controller, fix some bugs

* add license monitor

* add license monitor

* init encrypt account

* fix bugs

* fix bugs

* fix bugs

* Simplified the code logic and unified the abstract logic under two different scenarios.

* fix bugs

* fix bugs

* fix bugs

* modify the name and fix bugs

---------

Co-authored-by: jiahui <bxy4543@gmail.com>
2023-07-04 17:50:39 +08:00

27 lines
495 B
Plaintext

go 1.20
use (
.
./controllers/account
./controllers/app
./controllers/cluster
./controllers/db/adminer
./controllers/db/bytebase
./controllers/imagehub
./controllers/infra
./controllers/metering
./controllers/terminal
./controllers/cloud
./controllers/user
./controllers/resources
./service/auth
./service/hub
./service/payment
./staging/src/github.com/labring/image-cri-shim
./staging/src/github.com/labring/lvscare
./webhooks/whitelist
./controllers/common
./test/e2e
)