mirror of
https://github.com/Pacerino/CaddyProxyManager.git
synced 2026-03-31 06:34:15 -04:00
48 lines
1.7 KiB
Modula-2
48 lines
1.7 KiB
Modula-2
module github.com/Pacerino/CaddyProxyManager
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aymerick/raymond v2.0.2+incompatible
|
|
github.com/go-chi/jwtauth/v5 v5.0.2
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/lestrrat-go/jwx v1.2.6
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
gorm.io/driver/sqlite v1.3.6
|
|
gorm.io/gorm v1.23.9
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/goccy/go-json v0.7.6 // 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/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.0 // indirect
|
|
github.com/lestrrat-go/iter v1.0.1 // indirect
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/qri-io/jsonpointer v0.1.1 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.4.0
|
|
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/godbus/dbus/v5 v5.1.0 // indirect
|
|
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
|
|
)
|