You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module hupeh.vip/pricing
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
gorm.io/driver/sqlite v1.4.3
|
|
gorm.io/gorm v1.24.2
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
)
|
|
|