46a7f81f6d
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.53.0 to 0.54.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.53.0...v0.54.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.4 KiB
Modula-2
42 lines
1.4 KiB
Modula-2
module github.com/dexidp/dex
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
entgo.io/ent v0.9.0
|
|
github.com/AppsFlyer/go-sundheit v0.4.0
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
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.2
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-ldap/ldap/v3 v3.3.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
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.2
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/oklog/run v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/russellhaering/goxmldsig v1.1.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.0
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
|
|
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
|
|
google.golang.org/api v0.54.0
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
)
|
|
|
|
replace github.com/dexidp/dex/api/v2 => ./api/v2
|