lima-vm / lima

Linux virtual machines, with a focus on running containers
https://lima-vm.io/
Apache License 2.0
15.39k stars 604 forks source link

Use "context" instead of "golang.org/x/net/context" #2614

Closed alexandear closed 2 months ago

alexandear commented 2 months ago

The PR refactors by replacing the import "golang.org/x/net/context" with "context". Also, enable depguard linter to prevent importing "golang.org/x/net/context" in the future.