19 lines
382 B
Modula-2
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
|