Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Update dependencies #116

Merged
merged 4 commits into from
Aug 4, 2016
Merged

Update dependencies #116

merged 4 commits into from
Aug 4, 2016

Conversation

wfarner
Copy link
Contributor

@wfarner wfarner commented Aug 3, 2016

Did this mostly to understand the workflow as it relates to govendor. It turned out to be relatively simple (but did resurface some old issues).

Here's the steps i followed:

# internet -> $GOPATH
$ go get -u all

# $GOPATH -> vendor/
$ govendor update +vendor

# Update generated sources, since a third-party API changed (engine-api)
$ make generate

Before i could do this, however, i needed to reset all branches in $GOPATH to master (see #94). IIUC this is merely a relic of godep and should only need fixing once.

@docker-codecov-bot
Copy link

docker-codecov-bot commented Aug 3, 2016

Current coverage is 38.51% (diff: 0.00%)

Merging #116 into master will not change coverage

@@             master       #116   diff @@
==========================================
  Files            22         22          
  Lines          1184       1184          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            456        456          
  Misses          686        686          
  Partials         42         42          

Sunburst

Powered by Codecov. Last update aa47825...e0b13c7

@chungers chungers merged commit af93ec9 into docker-archive:master Aug 4, 2016
@wfarner wfarner deleted the update-deps branch August 5, 2016 01:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants