pulumi/pkg/testing/integration
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
..
command.go upgrade to latest version of golangci-lint (#15977) 2024-04-19 06:20:33 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
program.go Switch back to `os/user` to get the current user (#17125) 2024-08-31 18:54:35 +00:00
program_test.go Attempt to run Windows tests on small runners (#15070) 2024-01-05 21:44:04 +00:00
pulumi.go Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00
s3reporter.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
util.go Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00