2018-11-28 22:29:09 +05:30
|
|
|
module github.com/dexidp/dex
|
|
|
|
|
2021-08-17 19:29:03 +05:30
|
|
|
go 1.17
|
2020-01-30 22:21:35 +05:30
|
|
|
|
2018-11-28 22:29:09 +05:30
|
|
|
require (
|
2021-08-24 03:12:55 +05:30
|
|
|
entgo.io/ent v0.9.1
|
2021-08-16 09:50:04 +05:30
|
|
|
github.com/AppsFlyer/go-sundheit v0.5.0
|
2021-02-15 13:23:59 +05:30
|
|
|
github.com/Masterminds/semver v1.5.0
|
2021-06-01 20:58:22 +05:30
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2019-07-31 11:39:38 +05:30
|
|
|
github.com/beevik/etree v1.1.0
|
2021-09-20 09:59:56 +05:30
|
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
2020-07-23 13:54:34 +05:30
|
|
|
github.com/dexidp/dex/api/v2 v2.0.0
|
2021-04-26 14:20:00 +05:30
|
|
|
github.com/felixge/httpsnoop v1.0.2
|
2019-07-31 11:39:38 +05:30
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-08-17 09:45:09 +05:30
|
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
2021-04-01 12:53:52 +05:30
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2020-12-29 17:21:31 +05:30
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2019-07-31 11:39:38 +05:30
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2021-11-09 09:45:36 +05:30
|
|
|
github.com/lib/pq v1.10.4
|
2021-03-22 20:53:01 +05:30
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0
|
2021-10-20 09:51:44 +05:30
|
|
|
github.com/mattn/go-sqlite3 v1.14.9
|
2021-01-26 13:46:30 +05:30
|
|
|
github.com/oklog/run v1.1.0
|
2020-12-08 08:31:28 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2021-06-16 04:07:48 +05:30
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-09-10 09:49:07 +05:30
|
|
|
github.com/russellhaering/goxmldsig v1.1.1
|
2021-03-10 12:37:37 +05:30
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-05 09:50:47 +05:30
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-01-15 04:00:40 +05:30
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-18 09:51:05 +05:30
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.1
|
2021-10-18 16:08:58 +05:30
|
|
|
go.etcd.io/etcd/client/v3 v3.5.1
|
2021-03-25 00:53:45 +05:30
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-05-04 12:29:24 +05:30
|
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
|
2021-10-21 10:04:23 +05:30
|
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
|
2021-10-29 09:52:13 +05:30
|
|
|
google.golang.org/api v0.60.0
|
2021-11-09 16:25:21 +05:30
|
|
|
google.golang.org/grpc v1.42.0
|
2021-06-29 09:48:59 +05:30
|
|
|
google.golang.org/protobuf v1.27.1
|
2021-06-07 12:44:50 +05:30
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
2018-11-28 22:29:09 +05:30
|
|
|
)
|
2020-06-30 11:08:57 +05:30
|
|
|
|
2021-08-17 19:29:03 +05:30
|
|
|
require (
|
2021-10-21 10:04:23 +05:30
|
|
|
cloud.google.com/go v0.97.0 // indirect
|
2021-08-17 19:29:03 +05:30
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
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
|
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-10-20 04:21:22 +05:30
|
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
2021-08-17 19:29:03 +05:30
|
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2021-09-10 09:49:07 +05:30
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2021-08-17 19:29:03 +05:30
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-10-18 16:08:58 +05:30
|
|
|
go.etcd.io/etcd/api/v3 v3.5.1 // indirect
|
2021-08-17 19:29:03 +05:30
|
|
|
go.opencensus.io v0.23.0 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
2021-10-29 09:52:13 +05:30
|
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
2021-08-17 19:29:03 +05:30
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2021-10-29 09:52:13 +05:30
|
|
|
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c // indirect
|
2021-08-17 19:29:03 +05:30
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|
|
|
|
|
2020-07-01 17:50:57 +05:30
|
|
|
replace github.com/dexidp/dex/api/v2 => ./api/v2
|