cisco-ie / pipeline-gnmi

A Model-Driven Telemetry collector based on the open-source tool pipeline
Apache License 2.0
32 stars 6 forks source link

Go module usage fails on jsonpb #39

Closed remingtonc closed 5 years ago

remingtonc commented 5 years ago

When not using the vendor/ directory, e.g. with Go modules, we have test failures related to jsonpb.go. This was due to careless merge in #6 and not properly testing with/without Go module usage.