Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to go modules #253

Merged
merged 1 commit into from
Jun 19, 2019
Merged

Move to go modules #253

merged 1 commit into from
Jun 19, 2019

Conversation

epk
Copy link
Member

@epk epk commented Jun 10, 2019

What

Move to Go Modules from godeps

@epk epk requested a review from sirupsen June 10, 2019 20:37
@epk epk requested review from thegedge and removed request for sirupsen and shivnagarajan June 19, 2019 03:16
@thegedge
Copy link

Everything looks 👍, but I don't do a lot of work here so let's find someone who does and see if they're happy moving to modules.

Copy link
Contributor

@shivnagarajan shivnagarajan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the go modules change seems reasonable.

@epk epk merged commit 0ba0d2b into master Jun 19, 2019
@epk epk deleted the updates branch June 19, 2019 14:53
dnwe added a commit to dnwe/toxiproxy that referenced this pull request Sep 13, 2021
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)

Fixes Shopify#310
miry pushed a commit that referenced this pull request Sep 14, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants