For backend

This commit is contained in:
2025-02-27 11:49:14 -03:00
parent 24d107cc9d
commit 3916fd93dd
3 changed files with 19 additions and 0 deletions

11
backend/api/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module api
go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/mattn/go-sqlite3 v1.14.24
)
require github.com/felixge/httpsnoop v1.0.3 // indirect