You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #253 added a go.mod for toxiproxy, the v2.x.x release from v2.1.5 can no longer be referred to as an +incompatible module dependency and is required to have a /v2 suffix on the module path.
server response: not found: github.com/Shopify/toxiproxy@v2.1.5+incompatible:
invalid version: +incompatible suffix not allowed:
module contains a go.mod file, so semantic import versioning is required
Since Shopify#253 added a `go.mod` for
toxiproxy, the v2.x.x release from v2.1.5 can no longer be referred to
as an `+incompatible` module dependency and is required to have a `/v2`
suffix on the module path.
```
server response: not found: github.com/Shopify/toxiproxy@v2.1.5+incompatible:
invalid version: +incompatible suffix not allowed:
module contains a go.mod file, so semantic import versioning is required
```
(see [Go Modules have a v2+ Problem](https://donatstudios.com/Go-v2-Modules) for further discussion)
FixesShopify#310
Since #253 added a `go.mod` for
toxiproxy, the v2.x.x release from v2.1.5 can no longer be referred to
as an `+incompatible` module dependency and is required to have a `/v2`
suffix on the module path.
```
server response: not found: github.com/Shopify/toxiproxy@v2.1.5+incompatible:
invalid version: +incompatible suffix not allowed:
module contains a go.mod file, so semantic import versioning is required
```
(see [Go Modules have a v2+ Problem](https://donatstudios.com/Go-v2-Modules) for further discussion)
Fixes#310
Since #253 added a
go.mod
for toxiproxy, the v2.x.x release from v2.1.5 can no longer be referred to as an+incompatible
module dependency and is required to have a/v2
suffix on the module path.(see Go Modules have a v2+ Problem for further discussion)
The text was updated successfully, but these errors were encountered: