Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
a500de80
Commit
a500de80
authored
8 years ago
by
Eric Chiang
Browse files
Options
Downloads
Patches
Plain Diff
glide.yaml: update inline comments
parent
e2aa0956
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
glide.yaml
+24
-9
24 additions, 9 deletions
glide.yaml
with
24 additions
and
9 deletions
glide.yaml
+
24
−
9
View file @
a500de80
# NOTE(ericchiang): Create a separate block for each dependency so it's clear
# which dependencies require which transitive dependencies.
# For detailed docs on how to add new dependencies or
# update dependencies see Documentation/dev-dependencies.md
#
# The TL;DR is:
# * Use glide and glide-vc.
# * List transitive dependencies.
# * Create a separate block for each dependency group.
# * Keep updates to "vendor/" in a seperate commit from actual changes.
package
:
github.com/coreos/dex
import
:
...
...
@@ -11,17 +17,20 @@ import:
-
package
:
github.com/inconshreveable/mousetrap
version
:
76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
# LDAP dependencies.
-
package
:
gopkg.in/ldap.v2
version
:
0e7db8eb77695b5a952f0e5d78df9ab160050c73
-
package
:
gopkg.in/asn1-ber.v1
version
:
4e86f4367175e39f69d9358a5f17b4dda270378d
# Used for JOSE functionality (JWKs, JWTs, etc.).
-
package
:
gopkg.in/square/go-jose.v2
version
:
v2.0.0
subpackages
:
-
cipher
-
json
# Imported directly and by several third party packages.
-
package
:
golang.org/x/net
version
:
6a513affb38dc9788b449d59ffed099b8de18fa0
subpackages
:
...
...
@@ -33,16 +42,21 @@ import:
-
lex/httplex
-
trace
# Used for parsing configs.
-
package
:
github.com/ghodss/yaml
version
:
bea76d6a4713e18b7f5321a2b020738552def3ea
-
package
:
gopkg.in/yaml.v2
version
:
a83829b6f1293c91addabc89d0571c246397bbf4
# Router used by the server.
-
package
:
github.com/gorilla/mux
version
:
9fa818a44c2bf1396a17f9d5a3c0f6dd39d2ff8e
-
package
:
github.com/gorilla/context
version
:
aed02d124ae4a0e94fea4541c8effd05bf0c8296
# Package with a bunch of sane crypto defaults. Consider just
# copy the code (as recommended by the repo itself) instead
# of importing.
-
package
:
github.com/gtank/cryptopasta
version
:
e7e23673cac3f529f49e22f94e4af6d12bb49dba
-
package
:
golang.org/x/crypto
...
...
@@ -50,6 +64,7 @@ import:
subpackages
:
-
bcrypt
# Used for server integration tests and OpenID Connect connector.
-
package
:
github.com/coreos/go-oidc
version
:
dedb650fb29c39c2f21aa88c1e4cec66da8754d1
-
package
:
github.com/pquerna/cachecontrol
...
...
@@ -71,13 +86,8 @@ import:
-
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
# Testing conveniences.
-
package
:
github.com/kylelemons/godebug
subpackages
:
-
diff
...
...
@@ -96,7 +106,7 @@ import:
subpackages
:
-
crdb
# gRPC a
lso imports protobuf and the
x/net/http2 stack.
# gRPC a
nd protobuf are use for the API. Also import
x/net/http2 stack.
-
package
:
google.golang.org/grpc
version
:
b1a2821ca5a4fd6b6e48ddfbb7d6d7584d839d21
subpackages
:
...
...
@@ -108,3 +118,8 @@ import:
-
naming
-
peer
-
transport
-
package
:
github.com/golang/protobuf
version
:
874264fbbb43f4d91e999fecb4b40143ed611400
subpackages
:
-
proto
-
protoc-gen-go
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment