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.
53 lines
2.3 KiB
53 lines
2.3 KiB
module github.com/dexidp/dex |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/Microsoft/hcsshim v0.8.7 // indirect |
|
github.com/beevik/etree v1.1.0 |
|
github.com/coreos/go-oidc v2.2.1+incompatible |
|
github.com/coreos/go-semver v0.3.0 // indirect |
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect |
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |
|
github.com/dexidp/dex/api v0.0.0-00010101000000-000000000000 |
|
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/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect |
|
github.com/golang/protobuf v1.3.2 |
|
github.com/google/uuid v1.1.1 // indirect |
|
github.com/gorilla/handlers v1.4.2 |
|
github.com/gorilla/mux v1.7.3 |
|
github.com/gorilla/websocket v1.4.0 // indirect |
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 |
|
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 |
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
|
github.com/kylelemons/godebug v1.1.0 |
|
github.com/lib/pq v1.3.0 |
|
github.com/mattn/go-sqlite3 v1.11.0 |
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect |
|
github.com/prometheus/client_golang v1.4.0 |
|
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7 |
|
github.com/sirupsen/logrus v1.4.2 |
|
github.com/spf13/cobra v0.0.5 |
|
github.com/stretchr/testify v1.4.0 |
|
github.com/testcontainers/testcontainers-go v0.0.9 |
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect |
|
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 |
|
go.uber.org/atomic v1.4.0 // indirect |
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 |
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 |
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 |
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 |
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect |
|
golang.org/x/tools v0.0.0-20190813214729-9dba7caff850 // indirect |
|
google.golang.org/api v0.15.0 |
|
google.golang.org/appengine v1.6.1 // indirect |
|
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.4.1 |
|
sigs.k8s.io/testing_frameworks v0.1.2 |
|
) |
|
|
|
replace github.com/dexidp/dex/api => ./api
|
|
|