Skip to content

Commit

Permalink
vendor: update to latest versions and try to resolve logrus
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Jun 4, 2017
1 parent 2a24b9c commit eb0e643
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
13 changes: 5 additions & 8 deletions glide.lock

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

37 changes: 18 additions & 19 deletions glide.yaml
@@ -1,25 +1,25 @@
package: github.com/ory/hydra
import:
- package: github.com/Sirupsen/logrus
version: ^0.11.5
version: 0.11.5
- package: github.com/dgrijalva/jwt-go
version: ~3.0.0
version: 3.0.0
- package: github.com/go-sql-driver/mysql
version: ~1.3.0
version: 1.3.0
- package: github.com/gorilla/context
version: ~1.1.0
version: 1.1.0
- package: github.com/gorilla/sessions
version: ~1.1.0
version: 1.1.0
- package: github.com/imdario/mergo
version: ~0.2.2
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/oleiade/reflections
version: ~1.0.0
version: 1.0.0
- package: github.com/ory/fosite
version: 0.9.0
subpackages:
Expand All @@ -30,41 +30,40 @@ import:
- token/hmac
- token/jwt
- package: github.com/ory/graceful
version: ~0.1.0
version: 0.1.0
- package: github.com/ory/herodot
version: ~0.1.0
version: 0.0.3
- package: github.com/ory/ladon
version: 0.7.2
subpackages:
- manager/memory
- manager/sql
- 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.1
version: 1.2.1
- package: github.com/rubenv/sql-migrate
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
- package: github.com/square/go-jose
version: ~1.1.0
version: 1.1.0
subpackages:
- json
- package: github.com/stretchr/testify
version: ~1.1.4
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/oauth2
subpackages:
- clientcredentials
- package: gopkg.in/yaml.v2
testImport:
- package: github.com/bmizerany/assert
- package: github.com/ory/dockertest
version: ~3.0.7
- package: github.com/ory/dockertest

0 comments on commit eb0e643

Please sign in to comment.