pulumi/pkg
bors[bot] 3dc01efa4c
Merge #11984
11984: Revert "chore: Update gocloud.dev, removing azure-sdk-for-go dep" r=Frassle a=Frassle



<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

This reverts commit 096af24597.

Fixes https://github.com/pulumi/pulumi/issues/11982

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Fraser Waters <fraser@pulumi.com>
2023-01-25 21:25:18 +00:00
..
authhelpers Add support for authentication via GOOGLE_CREDENTIALS (#6379) 2022-06-07 16:02:08 +01:00
backend Merge #11803 #11893 #11903 #11922 2023-01-19 23:04:19 +00:00
cmd/pulumi cmd/stack output: Introduce a Writer abstraction 2023-01-25 12:03:43 -08:00
codegen Merge #11937 2023-01-20 22:10:11 +00:00
engine Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
graph Update error handling (#8406) 2021-11-12 18:37:17 -08:00
operations Merge #11819 #11834 #11842 #11845 2023-01-12 20:11:42 +00:00
resource Add note about SupportsFeature 2023-01-23 14:57:51 +00:00
secrets Replace assertNoError with require.NoError in aws kms tests 2023-01-24 08:28:48 +00:00
testing/integration Use plugin link and shimless for testprovider 2023-01-19 12:41:19 +00:00
util all: Drop ioutil 2023-01-06 16:35:14 -08:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
README.md export codegen tests for internal use (#8928) 2022-02-07 12:10:04 +01:00
go.mod Revert "chore: Update gocloud.dev, removing azure-sdk-for-go dep" 2023-01-25 20:27:47 +00:00
go.sum Revert "chore: Update gocloud.dev, removing azure-sdk-for-go dep" 2023-01-25 20:27:47 +00:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.