This commit is contained in:
2025-03-18 07:43:46 +08:00
commit d2e93a2736
26 changed files with 918 additions and 0 deletions

11
backend/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module firewall-system
go 1.20
require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
golang.org/x/crypto v0.9.0
golang.org/x/time v0.3.0
modernc.org/sqlite v1.21.1
)