Skip to content

Commit

Permalink
vendor: update glide yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Dec 4, 2016
1 parent 5b5516c commit a86253e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
14 changes: 6 additions & 8 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 25 additions & 23 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,68 @@ package: github.com/ory-am/hydra
import:
- package: github.com/Sirupsen/logrus
version: ~0.10.0
- package: github.com/asaskevich/govalidator
version: ~5.0.0
- package: gopkg.in/dancannon/gorethink.v2
version: ~2.1.3
- package: github.com/go-errors/errors
- package: github.com/dgrijalva/jwt-go
version: ^3.0.0
- package: github.com/go-sql-driver/mysql
version: ^1.3.0
- package: github.com/imdario/mergo
version: ^0.2.2
- package: github.com/jmoiron/sqlx
- package: github.com/julienschmidt/httprouter
version: ~1.1.0
version: ^1.1.0
- package: github.com/lib/pq
- package: github.com/meatballhat/negroni-logrus
- package: github.com/moul/http2curl
- package: github.com/ory-am/common
subpackages:
- pkg
- rand/sequence
- package: github.com/dgrijalva/jwt-go
version: ~3.0.0
- package: github.com/ory-am/fosite
version: ~0.6.5
version: ^0.6.5
subpackages:
- compose
- fosite-example/pkg
- handler/oauth2
- handler/openid
- hash
- storage
- token/hmac
- token/jwt
- package: github.com/ory-am/ladon
version: ~0.3.4
version: ^0.3.4
- package: github.com/pborman/uuid
version: ~1.0.0
version: ^1.0.0
- package: github.com/pkg/errors
version: ~0.8.0
version: ^0.8.0
- package: github.com/pkg/profile
version: ~1.2.0
version: ^1.2.0
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
- package: github.com/square/go-jose
version: ~1.1.0
subpackages:
- json
- package: github.com/stretchr/testify
version: ~1.1.3
version: ^1.1.4
subpackages:
- assert
- require
- package: github.com/toqueteos/webbrowser
version: ~1.0.0
version: ^1.0.0
- package: github.com/urfave/negroni
version: ~0.2.0
version: ^0.2.0
- package: golang.org/x/net
subpackages:
- context
- package: golang.org/x/oauth2
subpackages:
- clientcredentials
- package: gopkg.in/dancannon/gorethink.v2
version: ~2.1.3
- package: gopkg.in/ory-am/dockertest.v3
- package: gopkg.in/redis.v5
version: ^5.1.2
- package: gopkg.in/tylerb/graceful.v1
version: ~1.2.11
version: ^1.2.13
- package: gopkg.in/yaml.v2
- package: gopkg.in/redis.v5
testImport:
- package: github.com/gorilla/mux
version: ~1.1.0
- package: github.com/ory-am/dockertest
version: ~2.2.3
version: ^1.1.0

0 comments on commit a86253e

Please sign in to comment.