changing shellscripts to lua scripts for safety and control

This commit is contained in:
2025-08-01 17:12:06 -03:00
parent 86a77dece4
commit 336303389a
4 changed files with 102 additions and 4 deletions

3
go.mod
View File

@@ -4,8 +4,9 @@ go 1.24.4
require (
github.com/BurntSushi/toml v1.5.0
github.com/klauspost/compress v1.18.0
github.com/schollz/progressbar/v3 v3.18.0
github.com/ulikunitz/xz v0.5.12
github.com/yuin/gopher-lua v1.1.1
golang.org/x/net v0.41.0
modernc.org/sqlite v1.38.0
)