Closed SVilgelm closed 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
github.com/zorkian/go-datadog-api/v2
github.com/zorkian/go-datadog-api/v3
if you are Ok, I can do it
@zorkian ?
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
so closing this issue due to no reaction
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
orgithub.com/zorkian/go-datadog-api/v3
if you are Ok, I can do it