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

Commits on Apr 29, 2021

  1. chore: 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
    dnwe committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    f135051 View commit details
    Browse the repository at this point in the history
  2. chore: gofmt -s -w

    dnwe committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ad7d9e2 View commit details
    Browse the repository at this point in the history
  3. chore: fix some minor govet/staticheck failures

    - deprecated functions
    - copylocks on range
    - t.Fatal in non-test goroutines
    - use bytes.Equal
    - #nosec for math/crypto
    dnwe committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    febff58 View commit details
    Browse the repository at this point in the history