mirror of
https://github.com/Pacerino/CaddyProxyManager.git
synced 2026-08-01 09:58:36 -04:00
35 lines
1.0 KiB
Modula-2
35 lines
1.0 KiB
Modula-2
module github.com/Pacerino/cpm
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
gorm.io/driver/sqlite v1.3.6
|
|
gorm.io/gorm v1.23.9
|
|
)
|
|
|
|
require (
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/qri-io/jsonpointer v0.1.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
|
github.com/qri-io/jsonschema v0.2.1
|
|
github.com/vrischmann/envconfig v1.3.0
|
|
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
|
|
)
|