24 lines
582 B
Modula-2
24 lines
582 B
Modula-2
module github.com/forgeo/forgebucket
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/go-chi/cors v1.2.2
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.12.3
|
|
golang.org/x/crypto v0.50.0
|
|
nhooyr.io/websocket v1.8.17
|
|
xorm.io/xorm v1.3.11
|
|
)
|
|
|
|
require (
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
golang.org/x/tools v0.43.0 // indirect
|
|
xorm.io/builder v0.3.13 // indirect
|
|
)
|