8000 node: Remove go-homedir dependency by johnsaigle · Pull Request #4316 · wormhole-foundation/wormhole · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

node: Remove go-homedir dependency #4316

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

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

johnsaigle
Copy link
Contributor
@johnsaigle johnsaigle commented Mar 27, 2025

This dependency is deprecated and seems easy to replace via a call to the standard library.

Background: mitchellh/go-homedir#34

Note that this is still an indirect dependency for us:

$ go mod why github.com/mitchellh/go-homedir

# github.com/mitchellh/go-homedir
github.com/certusone/wormhole/node/pkg/telemetry
github.com/grafana/loki/clients/pkg/promtail/client
github.com/grafana/loki/pkg/util
github.com/grafana/dskit/kv
github.com/grafana/dskit/kv/consul
github.com/hashicorp/consul/api
github.com/hashicorp/go-rootcerts
github.com/mitchellh/go-homedir

There is an open PR to remove this dependency in github.com/hashicorp/go-rootcerts as well, at which point it shouldn't be a dependency for us. hashicorp/go-rootcerts#28

@johnsaigle johnsaigle added node dependencies Pull requests that update a dependency file labels Mar 27, 2025
@johnsaigle johnsaigle marked this pull request as ready for review March 27, 2025 19:18
@johnsaigle johnsaigle merged commit 553a358 into wormhole-foundation:main Mar 27, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0