pulumi/sdk/go/common/tools
Justin Van Patten de437b1f81
Switch back to `os/user` to get the current user (#17125)
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
2024-08-31 18:54:35 +00:00
..
gen.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
paths.go Switch back to `os/user` to get the current user (#17125) 2024-08-31 18:54:35 +00:00