lyft / gostats

Go client for Stats
Other
56 stars 18 forks source link

Use go.mod instead of glide and run "go get -u" to upgrade deps #98

Closed dweitzman closed 3 years ago

dweitzman commented 4 years ago

Seems like using the official module tooling of the Go language will probably make things simpler and more consistent for contributors and developers

charlievieth commented 4 years ago

@dweitzman thanks for making this PR, we're not quite ready to switch over to go modules at this time, but will pull this when we're ready to make the transition.

dweitzman commented 4 years ago

@dweitzman thanks for making this PR, we're not quite ready to switch over to go modules at this time, but will pull this when we're ready to make the transition.

👍

charlievieth commented 4 years ago

For context, I would expect that we'll be able to move this repo over to go modules in about a month.