initial commit

This commit is contained in:
2025-01-18 20:03:40 -06:00
commit f54150c3d2
26 changed files with 1934 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module s1d3sw1ped/SteamCache2
go 1.23.0
require (
github.com/docker/go-units v0.5.0
github.com/spf13/cobra v1.8.1
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)