19 lines
396 B
Modula-2
19 lines
396 B
Modula-2
module alfheimgame
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/alexedwards/argon2id v1.0.0
|
|
github.com/gorilla/sessions v1.2.2
|
|
github.com/lib/pq v1.10.9
|
|
github.com/stripe/stripe-go/v78 v78.7.0
|
|
golang.org/x/crypto v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|