This repository has been archived on 2025-07-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
eternos/backend/api/go.mod
2025-02-27 11:49:14 -03:00

12 lines
197 B
Modula-2

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