avast / retry-go

Simple golang library for retry mechanism

Home Page:http://godoc.org/github.com/avast/retry-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to depend on v3.1.0

56KBs opened this issue · comments

Following the release of v3.1.0 you are unable to import the project when using Go modules.

Previously in the v3.0.0 release, the addition of +incompatible within the go.mod would allow importing as this project was not a go module.

However, now that the project contains a go.mod you are unable to use the +incompatible functionality to import the project.

See releasing-modules-v2-or-higher for the options on how to handle this.