add minification

This commit is contained in:
2025-02-27 00:53:19 +00:00
parent 73df998985
commit 7f7e17e8ee
4 changed files with 208 additions and 50 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module proxmoxaas-dashboard
go 1.23.2
require github.com/tdewolff/minify v2.3.6+incompatible
require (
github.com/tdewolff/minify/v2 v2.21.3 // indirect
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/parse/v2 v2.7.20 // indirect
)