Skip to content

Commit

Permalink
Merge pull request #139 from rmohr/mockgen
Browse files Browse the repository at this point in the history
Upate dock, to use forked mockgen until mockgen is fixed
  • Loading branch information
rmohr committed Mar 13, 2017
2 parents fd35b1c + ea142ef commit 2d814a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- go get github.com/mattn/goveralls
- go get -u github.com/kardianos/govendor
- go get -u github.com/golang/mock/gomock
- go get -u github.com/golang/mock/mockgen
- go get -u github.com/rmohr/mock/mockgen
- go get -u github.com/rmohr/go-swagger-utils/swagger-doc
- sudo apt-get install libvirt-dev make
- make sync
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ First install the generator tools:

```bash
go get -u github.com/golang/mock/gomock
go get -u github.com/golang/mock/mockgen
go get -u github.com/rmohr/mock/mockgen
go get -u github.com/rmohr/go-swagger-utils/swagger-doc
```

Expand Down

0 comments on commit 2d814a3

Please sign in to comment.