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

⬆️ deps: update go 1.17 and x/crypto #5

Merged
merged 2 commits into from Feb 22, 2022

Commits on Aug 5, 2021

  1. Copy the full SHA
    6e7a6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. ⬆️ deps: update go 1.17 and x/crypto

    Steps:
    ```bash
    vi go.mod # go 1.17
    go mod tidy
    go list -u -m all
    
    github.com/matthewhartstonge/argon2
    golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [v0.0.0-20220214200702-86341886e292]
    golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 [v0.0.0-20220127200216-cd36cc0744dd]
    golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [v0.0.0-20220222160653-b146bcec3beb]
    golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [v0.0.0-20210927222741-03fcf44c2211]
    golang.org/x/text v0.3.3 [v0.3.7]
    
    go get -t -u ./...
    go test ./...
    ```
    ricochet committed Feb 22, 2022
    Copy the full SHA
    df1bac2 View commit details
    Browse the repository at this point in the history