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
|
|
|
|
github.com/go-chi/jwtauth/v5 v5.1.0
|
|
|
|
gorm.io/driver/sqlite v1.4.3
|
|
|
|
gorm.io/gorm v1.24.2
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
|
|
github.com/goccy/go-json v0.9.11 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/httprc v1.0.4 // indirect
|
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
|
|
github.com/lestrrat-go/jwx/v2 v2.0.6 // indirect
|
|
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
|
|
|
)
|