125 lines
5.2 KiB
Modula-2
125 lines
5.2 KiB
Modula-2
module github.com/authelia/authelia/v4
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/deckarep/golang-set v1.8.0
|
|
github.com/duosecurity/duo_api_golang v0.0.0-20221117185402-091daa09e19d
|
|
github.com/fasthttp/router v1.4.14
|
|
github.com/fasthttp/session/v2 v2.4.13
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/go-asn1-ber/asn1-ber v1.5.4
|
|
github.com/go-crypt/crypt v0.2.3
|
|
github.com/go-ldap/ldap/v3 v3.4.4
|
|
github.com/go-rod/rod v0.112.2
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/go-webauthn/webauthn v0.5.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.3
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/go-retryablehttp v0.7.1
|
|
github.com/jackc/pgx/v5 v5.2.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/knadh/koanf v1.4.4
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
|
|
github.com/ory/fosite v0.44.0
|
|
github.com/ory/herodot v0.9.13
|
|
github.com/ory/x v0.0.524
|
|
github.com/otiai10/copy v1.9.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pquerna/otp v1.4.0
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/trustelem/zxcvbn v1.0.1
|
|
github.com/valyala/fasthttp v1.43.0
|
|
github.com/wneessen/go-mail v0.3.6
|
|
golang.org/x/net v0.4.0
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/term v0.3.0
|
|
golang.org/x/text v0.5.0
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/cristalhq/jwt/v4 v4.0.2 // indirect
|
|
github.com/dave/jennifer v1.6.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/ecordell/optgen v0.0.6 // indirect
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
github.com/go-crypt/x v0.1.10 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/go-webauthn/revoke v0.1.6 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-tpm v0.3.3 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jandelgado/gcov2lcov v1.0.5 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/goveralls v0.0.11 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/ory/go-acc v0.2.8 // indirect
|
|
github.com/ory/go-convenience v0.1.0 // indirect
|
|
github.com/ory/viper v1.7.5 // indirect
|
|
github.com/pborman/uuid v1.2.1 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/savsgio/dictpool v0.0.0-20220406081701-03de5edb2e6d // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
github.com/spf13/afero v1.9.2 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
|
github.com/test-go/testify v1.1.4 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/ysmood/goob v0.4.0 // indirect
|
|
github.com/ysmood/gson v0.7.3 // indirect
|
|
github.com/ysmood/leakless v0.8.0 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
|
|
google.golang.org/grpc v1.50.1 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
exclude github.com/mattn/go-sqlite3 v2.0.3+incompatible
|