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

Updated golang version and library dependencies #42

Merged
merged 3 commits into from
Mar 5, 2023

Conversation

Geekgasm
Copy link
Contributor

@Geekgasm Geekgasm commented Mar 3, 2023

  • go version 1.17
  • libraries updated to latest available
  • ran go mod tidy and go mod vendor to update everything
  • remove internal/cgo and use runtime/cgo

Fixes #41

* go version 1.20
* libraries updated to latest available
* ran `go mod tidy` and `go mod vendor` to update everything
@Geekgasm
Copy link
Contributor Author

Geekgasm commented Mar 3, 2023

Unfortunately, https://pkg.go.dev/golang.org/x/mobile is still on a 0.0.0 version and the latest version (from March 1, 2023) is still using some outdated library versions, which is why the indirect dependencies were added by go mod tidy

go.mod Outdated Show resolved Hide resolved
@changkun changkun merged commit 52dde9e into golang-design:main Mar 5, 2023
@Geekgasm
Copy link
Contributor Author

Geekgasm commented Mar 5, 2023

Thanks for taking care of the rest of the required changes!

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.

Housekeeping: update golang version and library dependencies
2 participants