refactor: replace go-bindata with native embed package

Signed-off-by: muicoder <muicoder@gmail.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
muicoder
2025-07-29 15:50:35 +08:00
committed by Brad Davidson
parent 6e7df3ad1b
commit 8fff7f573b
16 changed files with 77 additions and 875 deletions

4
.gitignore vendored
View File

@@ -22,7 +22,9 @@
/image/main.squashfs
/package/k3s
/package/data-*
/pkg/data/zz_generated_bindata.go
/pkg/deploy/embed/
/pkg/static/embed/
/pkg/data/embed/
__pycache__
/tests/.pytest_cache/
/tests/.tox/