Update google/certificate-transparency-go to v1.0.10#2688
Conversation
|
/cc @justincormack @cyli (also see #2689) |
6835c8a to
d234cc4
Compare
Codecov Report
@@ Coverage Diff @@
## master #2688 +/- ##
==========================================
- Coverage 61.89% 61.79% -0.11%
==========================================
Files 134 134
Lines 21771 21771
==========================================
- Hits 13476 13453 -23
- Misses 6836 6867 +31
+ Partials 1459 1451 -8 |
|
Something very odd with vendor check in CI; I tried reproducing it locally, but wasn't able to; wondering if it's an issue in CircleCI (either the config or how tests are run) |
|
Wonder if it's checking from the wrong directory? Something else? |
|
I have no idea why, but when I ran the CI build with ssh, it looks like |
|
Update: nm, it's because CircleCI does set the |
0de48d2 to
cedfa1f
Compare
|
rebased to get rid of the temporary cherry-pick; this should be good to go now |
The current vendor was between v1.0.9 and v1.0.10; this change switches the dependency to use golang/protobuf instead of gogo/protobuf. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
cedfa1f to
bb9f1fe
Compare
The current vendor was between v1.0.9 and v1.0.10; this
change switches the dependency to use golang/protobuf instead
of gogo/protobuf.
full diff: google/certificate-transparency-go@5ab67e5...v1.0.10