mirror of https://github.com/pulumi/pulumi.git
de437b1f81
This change switches back to using the stdlib's `os/user` to get the current user. We originally used `os/user` but moved to a drop-in replacement (https://github.com/tweekmonster/luser) in #5065 which worked better without `cgo` at the time. However, https://github.com/tweekmonster/luser no longer appears to be maintained and the stdlib's `os/user` has a pure Go implementation (which doesn't require `cgo`) which has improved since then, so we should be able to switch back to it now. Commits: 1. Update the *.go files 2. Result of running `make tidy` Fixes #17123 |
||
---|---|---|
.. | ||
gen.go | ||
paths.go |