bc16de0b58
Using the default KUBECONFIG environment variable to indicate that the Kubernetes tests should be run lead to cases where developers accidentally ran the tests. This has now been changed to "DEX_KUBECONFIG" and documentation hsa been added detailing how to run these tests. Additionally, no other storage reads environment variables for its normal configuration (outside of tests) so the Kubernetes storage no longer does. Overall, be less surprising.
107 lines
3.0 KiB
YAML
107 lines
3.0 KiB
YAML
# NOTE(ericchiang): Create a separate block for each dependency so it's clear
|
|
# which dependencies require which transitive dependencies.
|
|
|
|
package: github.com/coreos/dex
|
|
import:
|
|
|
|
- package: github.com/spf13/cobra
|
|
version: bc81c21bd0d8be5ba2d6630a505d79d4467566e7
|
|
- package: github.com/spf13/pflag
|
|
version: 367864438f1b1a3c7db4da06a2f55b144e6784e0
|
|
- package: github.com/inconshreveable/mousetrap
|
|
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
|
|
|
|
- package: gopkg.in/ldap.v2
|
|
version: 0e7db8eb77695b5a952f0e5d78df9ab160050c73
|
|
- package: gopkg.in/asn1-ber.v1
|
|
version: 4e86f4367175e39f69d9358a5f17b4dda270378d
|
|
|
|
- package: gopkg.in/square/go-jose.v2
|
|
version: f209f41628247c56938cb20ef51d589ddad6c30b
|
|
subpackages:
|
|
- cipher
|
|
- json
|
|
|
|
- package: golang.org/x/net
|
|
version: 6a513affb38dc9788b449d59ffed099b8de18fa0
|
|
subpackages:
|
|
- context
|
|
- http2
|
|
- http2/hpack
|
|
- internal/timeseries
|
|
- lex/httplex
|
|
- trace
|
|
|
|
- package: gopkg.in/yaml.v2
|
|
version: a83829b6f1293c91addabc89d0571c246397bbf4
|
|
|
|
- package: github.com/gorilla/mux
|
|
version: 9fa818a44c2bf1396a17f9d5a3c0f6dd39d2ff8e
|
|
- package: github.com/gorilla/context
|
|
version: aed02d124ae4a0e94fea4541c8effd05bf0c8296
|
|
|
|
- package: github.com/gtank/cryptopasta
|
|
version: e7e23673cac3f529f49e22f94e4af6d12bb49dba
|
|
- package: golang.org/x/crypto
|
|
version: 2c99acdd1e9b90d779ca23f632aad86af9909c62
|
|
subpackages:
|
|
- bcrypt
|
|
|
|
- package: github.com/ericchiang/oidc
|
|
version: 1907f0e61549f9081f26bdf269f11603496c9dee
|
|
- package: github.com/pquerna/cachecontrol
|
|
version: c97913dcbd76de40b051a9b4cd827f7eaeb7a868
|
|
- package: gopkg.in/square/go-jose.v1
|
|
version: v1.0.2
|
|
- package: golang.org/x/oauth2
|
|
version: 08c8d727d2392d18286f9f88ad775ad98f09ab33
|
|
# Not actually imported but glide detects it. Consider adding subpackages to
|
|
# the oauth2 package to eliminate.
|
|
- package: google.golang.org/appengine
|
|
version: 267c27e7492265b84fc6719503b14a1e17975d79
|
|
subpackages:
|
|
- urlfetch
|
|
- internal
|
|
- internal/urlfetch
|
|
- internal/base
|
|
- internal/datastore
|
|
- internal/log
|
|
- internal/remote_api
|
|
# Go's protobuf generator is also a direct dependency of this repo.
|
|
- package: github.com/golang/protobuf
|
|
version: 874264fbbb43f4d91e999fecb4b40143ed611400
|
|
subpackages:
|
|
- proto
|
|
- protoc-gen-go
|
|
|
|
- package: github.com/kylelemons/godebug
|
|
subpackages:
|
|
- diff
|
|
- pretty
|
|
version: eadb3ce320cbab8393bea5ca17bebac3f78a021b
|
|
|
|
# SQL drivers
|
|
- package: github.com/mattn/go-sqlite3
|
|
version: 3fb7a0e792edd47bf0cf1e919dfc14e2be412e15
|
|
- package: github.com/lib/pq
|
|
version: 50761b0867bd1d9d069276790bcd4a3bccf2324a
|
|
- package: github.com/go-sql-driver/mysql
|
|
version: 0b58b37b664c21f3010e836f1b931e1d0b0b0685
|
|
- package: github.com/cockroachdb/cockroach-go
|
|
version: 31611c0501c812f437d4861d87d117053967c955
|
|
subpackages:
|
|
- crdb
|
|
|
|
# gRPC also imports protobuf and the x/net/http2 stack.
|
|
- package: google.golang.org/grpc
|
|
version: b1a2821ca5a4fd6b6e48ddfbb7d6d7584d839d21
|
|
subpackages:
|
|
- codes
|
|
- credentials
|
|
- grpclog
|
|
- internal
|
|
- metadata
|
|
- naming
|
|
- peer
|
|
- transport
|