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

Deprecate glide, use Go modules #47

Closed remingtonc closed 5 years ago

remingtonc commented 5 years ago

Removes glide related files, replaces with generated go.mod based off of them, and removes vendor/ directory. Test by cloning this repository out of your $GOPATH.

Resolves #5

Squash merge.