Skip to content

Commit

Permalink
Vendor protobuf as test dependency for Gomega ghttp
Browse files Browse the repository at this point in the history
I’m not really happy that this is foisted on me.

onsi/gomega#123

I can also no longer get `glide install` after adding one new dep
to `glide.yaml` by hand to stop updating SHAs for everything, I give up:

Masterminds/glide#252

This should all hopefully eventually get fixed by Masterminds/glide#384
  • Loading branch information
ches committed Aug 3, 2016
1 parent aed8b9a commit faa9aef
Show file tree
Hide file tree
Showing 97 changed files with 32,483 additions and 8 deletions.
20 changes: 12 additions & 8 deletions glide.lock

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

1 change: 1 addition & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ import:
- package: gopkg.in/alecthomas/kingpin.v2
- package: github.com/onsi/ginkgo
- package: github.com/onsi/gomega
- package: github.com/golang/protobuf/proto
15 changes: 15 additions & 0 deletions vendor/github.com/golang/protobuf/.gitignore

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

3 changes: 3 additions & 0 deletions vendor/github.com/golang/protobuf/AUTHORS

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

3 changes: 3 additions & 0 deletions vendor/github.com/golang/protobuf/CONTRIBUTORS

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

31 changes: 31 additions & 0 deletions vendor/github.com/golang/protobuf/LICENSE

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

40 changes: 40 additions & 0 deletions vendor/github.com/golang/protobuf/Make.protobuf

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

54 changes: 54 additions & 0 deletions vendor/github.com/golang/protobuf/Makefile

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

Loading

0 comments on commit faa9aef

Please sign in to comment.