sensu / sensu-plugin-sdk

A framework for creating Sensu plugins
MIT License
7 stars 8 forks source link

Imports with old name on v0.13.0 bug #50

Closed vooon closed 3 years ago

vooon commented 3 years ago

Problem:

go get: github.com/sensu-community/sensu-plugin-sdk@none updating to
    github.com/sensu-community/sensu-plugin-sdk@v0.13.0: parsing go.mod:
    module declares its path as: github.com/sensu/sensu-plugin-sdk
            but was required as: github.com/sensu-community/sensu-plugin-sdk

One of the places:

https://github.com/sensu/sensu-plugin-sdk/blob/aa99eb5fe2859c6db4fd84aea52c718639d9c29e/sensu/goplugin.go#L7

https://github.com/sensu/sensu-plugin-sdk/blob/aa99eb5fe2859c6db4fd84aea52c718639d9c29e/httpclient/example_test.go#L11

https://github.com/sensu/sensu-plugin-sdk/search?q=sensu-community

vooon commented 3 years ago

Fixed by 0.13.1.