2018-11-28 16:59:09 +00:00
|
|
|
module github.com/dexidp/dex
|
|
|
|
|
2022-03-16 11:12:26 +00:00
|
|
|
go 1.18
|
2020-01-30 16:51:35 +00:00
|
|
|
|
2018-11-28 16:59:09 +00:00
|
|
|
require (
|
2022-03-07 09:13:22 +00:00
|
|
|
entgo.io/ent v0.10.1
|
2021-08-16 04:20:04 +00:00
|
|
|
github.com/AppsFlyer/go-sundheit v0.5.0
|
2021-02-15 07:53:59 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2021-06-01 15:28:22 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2019-07-31 06:09:38 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2022-05-24 10:13:11 +00:00
|
|
|
github.com/coreos/go-oidc/v3 v3.2.0
|
2022-02-08 22:19:29 +00:00
|
|
|
github.com/dexidp/dex/api/v2 v2.1.0
|
2022-05-24 11:15:22 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.3
|
2019-07-31 06:09:38 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2022-07-28 12:38:35 +00:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.4
|
2021-04-01 07:23:52 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2020-12-29 11:51:31 +00:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2019-07-31 06:09:38 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2021-11-09 04:15:36 +00:00
|
|
|
github.com/lib/pq v1.10.4
|
2021-03-22 15:23:01 +00:00
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0
|
2022-08-17 04:06:38 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.15
|
2021-01-26 08:16:30 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2020-12-08 03:01:28 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-08-11 07:18:39 +00:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2022-03-03 04:06:30 +00:00
|
|
|
github.com/russellhaering/goxmldsig v1.2.0
|
2022-07-26 09:52:10 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-07-04 18:22:22 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2022-06-30 04:09:21 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-05-24 09:29:30 +00:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.4
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.4
|
2022-07-28 12:38:35 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
2022-06-29 04:07:24 +00:00
|
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
|
2022-08-28 16:03:15 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
|
|
|
|
google.golang.org/api v0.94.0
|
2022-06-02 09:54:02 +00:00
|
|
|
google.golang.org/grpc v1.47.0
|
2022-08-11 07:18:39 +00:00
|
|
|
google.golang.org/protobuf v1.28.1
|
2021-06-07 07:14:50 +00:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
2018-11-28 16:59:09 +00:00
|
|
|
)
|
2020-06-30 05:38:57 +00:00
|
|
|
|
2021-08-17 13:59:03 +00:00
|
|
|
require (
|
2022-03-07 09:13:22 +00:00
|
|
|
ariga.io/atlas v0.3.7-0.20220303204946-787354f533c3 // indirect
|
2022-06-29 04:07:24 +00:00
|
|
|
cloud.google.com/go/compute v1.7.0 // indirect
|
2022-07-28 12:38:35 +00:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
github.com/agext/levenshtein v1.2.1 // indirect
|
|
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2021-12-15 04:18:04 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-07-28 12:38:35 +00:00
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2021-12-15 04:18:04 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-05-25 04:07:33 +00:00
|
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-06-29 04:07:24 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
|
2022-05-25 04:07:33 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2021-09-10 04:19:07 +00:00
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-08-11 07:18:39 +00:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
2022-05-24 06:10:10 +00:00
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
github.com/zclconf/go-cty v1.8.0 // indirect
|
2022-05-24 09:29:30 +00:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-03-07 09:13:22 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
|
|
golang.org/x/mod v0.5.1 // indirect
|
2022-07-26 09:52:10 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
2021-12-15 04:18:04 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-06-29 04:07:24 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-06-07 04:06:47 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-08-17 13:59:03 +00:00
|
|
|
)
|
|
|
|
|
2020-07-01 12:20:57 +00:00
|
|
|
replace github.com/dexidp/dex/api/v2 => ./api/v2
|