Skip to content

Commit

Permalink
vendoring update
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Jun 14, 2018
1 parent 1078393 commit 37da2ca
Show file tree
Hide file tree
Showing 1,611 changed files with 34,873 additions and 420,637 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run:
name: Test dependencies are up to date
command: 'GOPATH="${GOPATH_HEAD}"; ( cd ${GOPATH_BASE}/${CIRCLE_PROJECT_REPONAME} && govend -u && git diff --quiet )'
command: 'GOPATH="${GOPATH_HEAD}"; ( cd ${GOPATH_BASE}/${CIRCLE_PROJECT_REPONAME} && govend -u --prune && git diff --quiet )'

- deploy:
# Push application container to dockerhub
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
$(GO) install $(PROJECT)

vendor:
govend -u
govend -u --prune

tag: all
git tag -s $(TAGVER) -a -m "$(TAGMSG)"
Expand Down
36 changes: 12 additions & 24 deletions vendor.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,27 @@
vendors:
- path: github.com/denisenkom/go-mssqldb
rev: c7ee4153c0fc40206bde939f96eefa1f501cbcaa
- path: github.com/erikstmartin/go-testdb
rev: 8d10e4a1bae52cd8b81ffdec3445890d6dccab3d
- path: github.com/go-sql-driver/mysql
rev: 7785c74297136c027fdf2fd6f8931c0e19be8aa7
- path: github.com/golang/protobuf
rev: 130e6b02ab059e7b717a096f397c5b60111cae74
rev: 5831880292e721c76b58a16ecc60adc27d8e6355
- path: github.com/gorilla/context
rev: 08b5f424b9271eedf6f9f0ce86cb9396ed337a42
- path: github.com/gorilla/mux
rev: 3f19343c7d9ce75569b952758bd236af94956061
rev: cb4698366aa625048f3b815af6a0dea8aef9280a
- path: github.com/gorilla/securecookie
rev: e59506cc896acb7f7bf732d4fdf5e25f7ccd8983
rev: 78f3d318a8bf316cda921f25e96fd0b441c5173d
- path: github.com/gorilla/sessions
rev: b61c93cb7f67533c8bfbb5ea450efc07e5833c5e
rev: 03b6f63cc43ef9c7240a635a5e22b13180e822b8
- path: github.com/jinzhu/gorm
rev: b1885a643b4977c9089d77eb07c0fd96591f94b8
rev: 82eb9f8a5bbb5e6b929d2f0ae5b934e6a253f94e
- path: github.com/jinzhu/inflection
rev: 1c35d901db3da928c72a72d8458480cc9ade058f
- path: github.com/jinzhu/now
rev: d939ba741945c047cac69c329c5fb0d6b4a06520
rev: 04140366298a54a039076d798123ffa108fff46c
- path: github.com/lib/pq
rev: b77235e3890a962fe8a6f8c4c7198679ca7814e7
rev: 90697d60dd844d5ef6ff15135d0203f65d2f53b8
- path: github.com/mattn/go-sqlite3
rev: 05548ff55570cdb9ac72ff4a25a3b5e77a6fb7e5
rev: 25ecb14adfc7543176f7d85291ec7dba82c6f7e4
- path: github.com/wader/gormstore
rev: a066dd77f804fa7d7af7c770180a2013c0ee4190
- path: golang.org/x/crypto
rev: 847319b7fc94cab682988f93da778204da164588
rev: e3293a80ecfe307cf4e1deeb54e6a998dc1d28cd
- path: golang.org/x/net
rev: 0a9397675ba34b2845f758fe3cd68828369c6517
rev: db08ff08e8622530d9ed3a0e8ac279f6d4c02196
- path: golang.org/x/oauth2
rev: 13449ad91cb26cb47661c1b080790392170385fd
- path: golang.org/x/sync
rev: 8e0aa688b654ef28caa72506fa5ec8dba9fc7690
rev: 1e0a3fa8ba9a5c9eb35c271780101fdaf1b205d7
- path: google.golang.org/appengine
rev: 24e4144ec923c2374f6b06610c0df16a9222c3d9
rev: b1f26356af11148e710935ed1ac8a7f5702c7612
27 changes: 0 additions & 27 deletions vendor/github.com/denisenkom/go-mssqldb/LICENSE.txt

This file was deleted.

156 changes: 0 additions & 156 deletions vendor/github.com/denisenkom/go-mssqldb/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/denisenkom/go-mssqldb/appveyor.yml

This file was deleted.

Loading

0 comments on commit 37da2ca

Please sign in to comment.