pulumi/pkg/backend/filestate
Lee Briggs bad67d3242
switch os/user with luser
We make several calls to `os/user`, which uses CGO and means
cross-compilation is not possible. This replaces `os/user` with the
`luser` package, which is a drop-in replacement which does not use `CGO`
2020-07-27 14:44:08 -07:00
..
backend.go switch os/user with luser 2020-07-27 14:44:08 -07:00
backend_test.go switch os/user with luser 2020-07-27 14:44:08 -07:00
bucket.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
bucket_test.go Fix 'pulumi stack ls' on Windows (#4094) 2020-03-18 13:57:25 -07:00
gcpauth.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
state.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00