go mod tidy

This commit is contained in:
Bryce Lampe
2024-04-16 20:39:41 -07:00
parent 8313c4d8b9
commit 7c40920db7
3 changed files with 2 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ sdk/go: $(PULUMI) bin/${PROVIDER}
cd ${TMPDIR}/go/dockerbuild && \
go mod edit -module=github.com/pulumi/pulumi-${PACK}/${PACKDIR}/go/dockerbuild && \
go mod tidy
mv -f ${TMPDIR}/go ${WORKING_DIR}/sdk/.
mv -f ${TMPDIR}/go ${WORKING_DIR}/sdk/go
sdk/dotnet: DOTNET_VERSION := $(shell pulumictl get version --language dotnet)
sdk/dotnet: TMPDIR := $(shell mktemp -d)

2
go.sum
View File

@@ -2318,8 +2318,6 @@ github.com/pulumi/pulumi/pkg/v3 v3.113.0 h1:fo63QR2nB5ksqq0fxg5uPm/zbXW7eJVRdYpA
github.com/pulumi/pulumi/pkg/v3 v3.113.0/go.mod h1:i5hGDlTN59giiXHfrigWEo30x51FPUj8GllAlVkUcQA=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20240415162817-44c8de53d5d2 h1:HVBduxIfM/MFBdkOrxUD3oJjz22MPE+8ZbeGGz8sJsA=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20240415162817-44c8de53d5d2/go.mod h1:tVLWi2SXi6Cr1u/vzFqWOV+Kzb3MrXJUoSMoqg+pr0g=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20240416232356-9a370c727a28 h1:/GB/zWoK4eZZvtARthDJgZ9ANSIHcyUG56/XpHNQNhE=
github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3 v3.0.0-20240416232356-9a370c727a28/go.mod h1:TgKsz3E3HbSMFdjDvB8i7vMmHxaalOj9+duHpqCBvgs=
github.com/pulumi/pulumi/sdk/v3 v3.113.0 h1:CIlmxJZdjxpPPoFe/rrP1dWTwh3CB7ahs/dA6SHcbuE=
github.com/pulumi/pulumi/sdk/v3 v3.113.0/go.mod h1:JWSzKBoHd8rlncC1DhXLf7YdV+Bk/Qf+hSZOOQh0WwQ=
github.com/quasilyte/go-ruleguard v0.4.2 h1:htXcXDK6/rO12kiTHKfHuqR4kr3Y4M0J0rOL6CH/BYs=

View File

@@ -41,6 +41,7 @@ func TestExec(t *testing.T) {
}
func TestWrappedAuth(t *testing.T) {
t.Parallel()
ecr := "https://1234.dkr.ecr.us-west-2.amazonaws.com"
h := &host{
auths: map[string]types.AuthConfig{