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

Conversation

ricochet
Copy link
Contributor

Steps:

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 ./...

matthewhartstonge and others added 2 commits August 6, 2021 01:40
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 ./...
```
@matthewhartstonge
Copy link
Owner

Awesome! Thank you! 😄

FYI I'm gonna re-target this to the development branch so I can update Travis to include go@1.17 and an update based on the newly recommended security defaults (refer: https://github.com/matthewhartstonge/argon2/discussions/4)

@matthewhartstonge matthewhartstonge changed the base branch from master to development February 22, 2022 21:11
@matthewhartstonge matthewhartstonge merged commit d7c000c into matthewhartstonge:development Feb 22, 2022
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.

None yet

2 participants