Clean Install function and Download function

This commit is contained in:
2025-09-13 22:57:52 -03:00
parent 8de2eaced7
commit f3ccd6d683
4 changed files with 162 additions and 0 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module packets
go 1.25.1
require (
github.com/klauspost/compress v1.18.0
github.com/pelletier/go-toml/v2 v2.2.4
github.com/spf13/cobra v1.10.1
github.com/yuin/gopher-lua v1.1.1