pulumi/sdk/go/common
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
..
apitype Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
diag Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
encoding Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource Add the ability to copy configs between stacks (#4971) 2020-07-17 11:14:10 +01:00
testing Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
tokens Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
tools switch os/user with luser 2020-07-27 14:44:08 -07:00
util Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace switch os/user with luser 2020-07-27 14:44:08 -07:00