zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Any plans to add go.mod file #333

Closed SVilgelm closed 2 years ago

SVilgelm commented 2 years ago

Hello,

Do you have the plans to add the go.mod file to better dependency management? In will require to release new major version, because all import should be rewritten to use github.com/zorkian/go-datadog-api/v2 or github.com/zorkian/go-datadog-api/v3

if you are Ok, I can do it

SVilgelm commented 2 years ago

@zorkian ?

SVilgelm commented 2 years ago

seems adding go.mod will require bumping v3, since we will need to update all imports, if you are Ok with this, I can prepare a PR

SVilgelm commented 2 years ago

so closing this issue due to no reaction