pulumi/tests/testdata/codegen/using-dashes-pp/go
Zaid Ajaj dc0100f4dc
[Go/conformance] Fix l2-primitive-ref and l2-resource-asset-archive (#17389)
This PR fixes l2-primitive-ref and l2-resource-asset-archive Go
conformance tests.

The problem was two fold:
- Module alias inconsistent for dashed names: `primitive-ref` was
`primitiveRef` instead of `primitiveref`
- The import base path for local packages wasn't normalizing package
names `primitive-ref` should have been `primitiveref` to mirror the
directory name generated for the module in the Go sdk

Sidenote: the `go mod tidy` issue in `l2-resource-config` was fixed but
now there is a SDK runtime error: `expected no error, got BAIL:
unexpected provider request with no version`
2024-09-26 12:44:12 +00:00
..
using-dashes.go [Go/conformance] Fix l2-primitive-ref and l2-resource-asset-archive (#17389) 2024-09-26 12:44:12 +00:00