pulumi/sdk
James Nugent 666c5d5cdc Remove use of github.com/pkg/errors from Go SDK
In preparation for publishing a separate module of the Go SDK for Pulumi
on which providers can depend, we should reduce the dependency footprint
so as to cause end users as few issues as possible with transitive
dependency versioning.

This commit removes all use of `github.com/pkg/errors` from the Go SDK
to that end, replacing it with the standard `errors` package and `fmt`
for error formatting where appropriate. We use the new (as of Go 1.13)
"%w" syntax for wrapping errors, so this code is no longer compatible
with Go 1.12.
2020-02-26 16:27:07 +00:00
..
dotnet Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
go Remove use of github.com/pkg/errors from Go SDK 2020-02-26 16:27:07 +00:00
nodejs use version tag (#3961) 2020-02-24 17:11:56 -08:00
proto use version tag (#3961) 2020-02-24 17:11:56 -08:00
python Fix a regression for CustomTimeouts in Python SDK (#3964) 2020-02-22 19:32:06 -08:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.