Skip to content

Commit c9a77fa

Browse files
Aeneas Rekkas (arekkas)arekkas
authored andcommitted
vendor: update glide yaml
1 parent 6f356d1 commit c9a77fa

File tree

2 files changed

+88
-33
lines changed

2 files changed

+88
-33
lines changed

glide.lock

Lines changed: 60 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,71 @@ package: github.com/ory-am/hydra
22
import:
33
- package: github.com/Sirupsen/logrus
44
version: ~0.10.0
5-
- package: github.com/asaskevich/govalidator
6-
version: ~5.0.0
7-
- package: gopkg.in/dancannon/gorethink.v2
8-
version: ~2.1.3
9-
- package: github.com/go-errors/errors
5+
- package: github.com/dgrijalva/jwt-go
6+
version: ^3.0.0
7+
- package: github.com/go-sql-driver/mysql
8+
version: ^1.3.0
9+
- package: github.com/imdario/mergo
10+
version: ^0.2.2
11+
- package: github.com/jmoiron/sqlx
1012
- package: github.com/julienschmidt/httprouter
11-
version: ~1.1.0
13+
version: ^1.1.0
14+
- package: github.com/lib/pq
1215
- package: github.com/meatballhat/negroni-logrus
1316
- package: github.com/moul/http2curl
1417
- package: github.com/ory-am/common
1518
subpackages:
1619
- pkg
1720
- rand/sequence
18-
- package: github.com/dgrijalva/jwt-go
19-
version: ~3.0.0
2021
- package: github.com/ory-am/fosite
21-
version: ~0.6.5
22+
version: ^0.6.5
2223
subpackages:
2324
- compose
24-
- fosite-example/pkg
2525
- handler/oauth2
2626
- handler/openid
27-
- hash
27+
- storage
2828
- token/hmac
2929
- token/jwt
3030
- package: github.com/ory-am/ladon
31-
version: ~0.3.4
31+
version: ^0.3.4
3232
- package: github.com/pborman/uuid
33-
version: ~1.0.0
33+
version: ^1.0.0
3434
- package: github.com/pkg/errors
35-
version: ~0.8.0
35+
version: ^0.8.0
3636
- package: github.com/pkg/profile
37-
version: ~1.2.0
37+
version: ^1.2.0
3838
- package: github.com/spf13/cobra
3939
- package: github.com/spf13/viper
4040
- package: github.com/square/go-jose
4141
version: ~1.1.0
4242
subpackages:
4343
- json
4444
- package: github.com/stretchr/testify
45-
version: ~1.1.3
45+
version: ^1.1.4
4646
subpackages:
4747
- assert
4848
- require
49+
- package: github.com/docker/docker
50+
version: ~v1.13.0-rc2
4951
- package: github.com/toqueteos/webbrowser
50-
version: ~1.0.0
52+
version: ^1.0.0
5153
- package: github.com/urfave/negroni
52-
version: ~0.2.0
54+
version: ^0.2.0
5355
- package: golang.org/x/net
5456
subpackages:
5557
- context
5658
- package: golang.org/x/oauth2
5759
subpackages:
5860
- clientcredentials
61+
- package: gopkg.in/dancannon/gorethink.v2
62+
version: ~2.1.3
63+
- package: github.com/ory-am/dockertest
64+
version: v3.0.3
65+
- package: gopkg.in/redis.v5
66+
version: ^5.1.2
5967
- package: gopkg.in/tylerb/graceful.v1
60-
version: ~1.2.11
68+
version: ^1.2.13
6169
- package: gopkg.in/yaml.v2
62-
- package: gopkg.in/redis.v5
6370
testImport:
6471
- package: github.com/gorilla/mux
65-
version: ~1.1.0
66-
- package: github.com/ory-am/dockertest
67-
version: ~2.2.3
72+
version: ^1.1.0

0 commit comments

Comments
 (0)