module myapp
go 1.22.5
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
github.com/stripe/stripe-go/v79 v79.6.0
)