This commit is contained in:
2025-12-27 02:57:25 -06:00
parent 63a6f8f7dc
commit 1d5d6aacb4
68 changed files with 6884 additions and 0 deletions

17
go.mod Normal file
View File

@@ -0,0 +1,17 @@
module software-station
go 1.25.4
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/go-chi/httprate v0.15.0
)
require (
github.com/go-chi/cors v1.2.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/unrolled/secure v1.17.0 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/time v0.14.0 // indirect
)