2024-08-02 16:22:45 +00:00
|
|
|
module myapp
|
|
|
|
|
2024-08-03 19:57:24 +00:00
|
|
|
go 1.22.5
|
2024-08-03 10:17:39 +00:00
|
|
|
|
2024-08-04 14:26:02 +00:00
|
|
|
require (
|
2024-08-12 12:06:39 +00:00
|
|
|
github.com/alexedwards/scs/v2 v2.8.0
|
2024-08-04 14:26:02 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
|
|
github.com/go-chi/cors v1.2.1
|
2024-08-04 21:06:13 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
2024-08-04 14:26:02 +00:00
|
|
|
github.com/stripe/stripe-go/v79 v79.6.0
|
2024-08-13 11:58:33 +00:00
|
|
|
golang.org/x/crypto v0.26.0
|
2024-08-04 14:26:02 +00:00
|
|
|
)
|
2024-08-04 21:06:13 +00:00
|
|
|
|
2024-08-12 12:06:39 +00:00
|
|
|
require filippo.io/edwards25519 v1.1.0 // indirect
|