mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
45 lines
1.6 KiB
module github.com/dexidp/dex |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/AppsFlyer/go-sundheit v0.3.1 |
|
github.com/beevik/etree v1.1.0 |
|
github.com/coreos/go-oidc/v3 v3.0.0 |
|
github.com/dexidp/dex/api/v2 v2.0.0 |
|
github.com/felixge/httpsnoop v1.0.1 |
|
github.com/ghodss/yaml v1.0.0 |
|
github.com/go-sql-driver/mysql v1.5.0 |
|
github.com/gogo/protobuf v1.3.1 // indirect |
|
github.com/golang/protobuf v1.3.2 |
|
github.com/gorilla/handlers v1.5.1 |
|
github.com/gorilla/mux v1.8.0 |
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
|
github.com/kylelemons/godebug v1.1.0 |
|
github.com/lib/pq v1.10.0 |
|
github.com/markbates/pkger v0.17.1 |
|
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201219040909-8fd2afad43d1 |
|
github.com/mattn/go-sqlite3 v1.14.6 |
|
github.com/oklog/run v1.1.0 |
|
github.com/onsi/ginkgo v1.8.0 // indirect |
|
github.com/onsi/gomega v1.5.0 // indirect |
|
github.com/pkg/errors v0.9.1 |
|
github.com/prometheus/client_golang v1.4.0 |
|
github.com/russellhaering/goxmldsig v1.1.0 |
|
github.com/sirupsen/logrus v1.8.1 |
|
github.com/spf13/cobra v1.1.3 |
|
github.com/stretchr/testify v1.7.0 |
|
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 |
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad |
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b |
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
|
golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3 // indirect |
|
google.golang.org/api v0.15.0 |
|
google.golang.org/grpc v1.26.0 |
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect |
|
gopkg.in/ldap.v2 v2.5.1 |
|
gopkg.in/square/go-jose.v2 v2.5.1 |
|
sigs.k8s.io/testing_frameworks v0.1.2 |
|
) |
|
|
|
replace github.com/dexidp/dex/api/v2 => ./api/v2
|
|
|