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/go.mod
2025-02-20 12:54:08 +01:00

19 lines
382 B
Modula-2

module market
go 1.18
require (
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.24
github.com/rs/cors v1.11.1
gopkg.in/yaml.v2 v2.4.0
)
require github.com/felixge/httpsnoop v1.0.3 // indirect
require github.com/google/uuid v1.6.0