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

Renovations #294

Merged
merged 3 commits into from
Aug 11, 2021
Merged

Renovations #294

merged 3 commits into from
Aug 11, 2021

Conversation

dnwe
Copy link
Contributor

@dnwe dnwe commented Apr 29, 2021

renovate dependencies

  • move to github.com/urface/cli/v2 API
  • refresh all dependencies to @latest
  • golang.org/x/crypto/ssh/terminal moved to golang.org/x/term

gofmt -s -w

fix some minor govet/staticheck failures

  • deprecated functions
  • copylocks on range
  • t.Fatal in non-test goroutines
  • use bytes.Equal
  • #nosec for math/crypto

- move to github.com/urface/cli/v2 API
- refresh all dependencies to @latest
- golang.org/x/crypto/ssh/terminal moved to golang.org/x/term
- deprecated functions
- copylocks on range
- t.Fatal in non-test goroutines
- use bytes.Equal
- #nosec for math/crypto
@dnwe
Copy link
Contributor Author

dnwe commented Jun 22, 2021

@sirupsen 👋 hiya — I'm not sure who still maintains toxiproxy, but as a recent committer is this something you might be able to review?

Copy link

@lilien1010 lilien1010 left a comment

Choose a reason for hiding this comment

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

LGTM

@dnwe
Copy link
Contributor Author

dnwe commented Aug 10, 2021

Thanks, is someone able to merge so I can pull this in from master?

Copy link
Contributor

@miry miry left a comment

Choose a reason for hiding this comment

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

Great work. Thank you very much.

@miry miry merged commit 335da76 into Shopify:master Aug 11, 2021
miry added a commit that referenced this pull request Sep 3, 2021
In #294 introduced a breaking change in client argument parsing.
It requires to write [flags before arguments](https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md#flags-before-args).
Update help texts and documentation to have POSIX way to use
flags and arguments.
miry added a commit that referenced this pull request Sep 3, 2021
In #294 introduced a breaking change in client argument parsing.
It requires to write [flags before arguments](https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md#flags-before-args).
Update help texts and documentation to have POSIX way to use
flags and arguments.
miry added a commit that referenced this pull request Sep 3, 2021
In #294 introduced a breaking change in client argument parsing.
It requires to write [flags before arguments](https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md#flags-before-args).
Update help texts and documentation to have POSIX way to use
flags and arguments.

Co-authored-by: Drew Matheson <DAmatheson@users.noreply.github.com>
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