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

41 lines
1.4 KiB
Modula-2
Raw Normal View History

module github.com/dexidp/dex
go 1.15
2020-01-30 22:21:35 +05:30
require (
github.com/Microsoft/hcsshim v0.8.14 // indirect
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
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/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.9.0
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201219040909-8fd2afad43d1
github.com/mattn/go-sqlite3 v1.14.6
github.com/pkg/errors v0.9.1
2020-01-30 22:28:52 +05:30
github.com/prometheus/client_golang v1.4.0
github.com/russellhaering/goxmldsig v1.1.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.7.0
2019-12-09 00:51:28 +05:30
github.com/testcontainers/testcontainers-go v0.0.9
2020-01-30 22:20:22 +05:30
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
2020-01-30 22:30:12 +05:30
google.golang.org/api v0.15.0
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
gopkg.in/square/go-jose.v2 v2.5.1
2019-12-18 21:30:57 +05:30
sigs.k8s.io/testing_frameworks v0.1.2
)
2020-07-01 17:50:57 +05:30
replace github.com/dexidp/dex/api/v2 => ./api/v2