Skip to content

Commit

Permalink
vendor: update glide dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) authored and arekkas committed Dec 29, 2016
1 parent 17bcb0e commit 7798a63
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 31 deletions.
49 changes: 26 additions & 23 deletions glide.lock

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

25 changes: 17 additions & 8 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
package: github.com/ory-am/ladon
import:
- package: github.com/Sirupsen/logrus
version: ~0.10.0
- package: github.com/go-errors/errors
- package: github.com/golang/mock
subpackages:
- gomock
version: ~0.11.0
- package: github.com/jmoiron/sqlx
- package: github.com/ory-am/common
version: ~0.0.1
subpackages:
- compiler
- pkg
- package: github.com/pkg/errors
version: ~0.8.0
- package: github.com/rubenv/sql-migrate
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/dancannon/gorethink.v2
version: ~2.1.3
version: ~3.0.0
- package: gopkg.in/redis.v5
version: ^5.0.0
version: ~5.1.6
testImport:
- package: github.com/go-sql-driver/mysql
version: ~1.3.0
- package: github.com/golang/mock
subpackages:
- gomock
- package: github.com/lib/pq
- package: github.com/pborman/uuid
version: ~1.0.0
- package: github.com/stretchr/testify
version: ~1.1.3
version: ~1.1.4
subpackages:
- assert
- require

0 comments on commit 7798a63

Please sign in to comment.