This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/go.mod

53 lines
2.2 KiB
Modula-2
Raw Normal View History

module github.com/dexidp/dex
2020-01-30 22:21:35 +05:30
go 1.13
require (
2019-12-09 00:51:28 +05:30
github.com/Microsoft/hcsshim v0.8.7 // indirect
github.com/beevik/etree v1.1.0
2020-01-30 22:08:23 +05:30
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
2020-01-30 22:23:51 +05:30
github.com/felixge/httpsnoop v1.0.1
github.com/ghodss/yaml v1.0.0
2020-01-30 22:04:40 +05:30
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
2020-01-30 22:20:22 +05:30
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/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kylelemons/godebug v1.1.0
2020-01-30 22:25:50 +05:30
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
2020-01-30 22:28:52 +05:30
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
2020-01-30 22:28:52 +05:30
github.com/stretchr/testify v1.4.0
2019-12-09 00:51:28 +05:30
github.com/testcontainers/testcontainers-go v0.0.9
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
2020-01-30 22:20:22 +05:30
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
2020-01-30 22:30:12 +05:30
google.golang.org/api v0.15.0
google.golang.org/appengine v1.6.1 // indirect
2020-01-30 22:48:38 +05:30
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
2020-01-30 22:32:59 +05:30
gopkg.in/square/go-jose.v2 v2.4.1
2019-12-18 21:30:57 +05:30
sigs.k8s.io/testing_frameworks v0.1.2
)
replace github.com/dexidp/dex/api => ./api