From 8644becb987e560dc08a42d08ff4af2c90194cbf Mon Sep 17 00:00:00 2001 From: Brandon Pollack Date: Tue, 21 Jan 2025 16:41:07 +0900 Subject: [PATCH] unbump pulumi to benchmark --- misc/test/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/test/go.mod b/misc/test/go.mod index 9eab48938..eb2163e10 100644 --- a/misc/test/go.mod +++ b/misc/test/go.mod @@ -8,8 +8,8 @@ require ( github.com/aws/aws-sdk-go v1.50.36 github.com/mitchellh/go-homedir v1.1.0 github.com/pulumi/pulumi-trace-tool v0.0.1 - github.com/pulumi/pulumi/pkg/v3 v3.146.0 - github.com/pulumi/pulumi/sdk/v3 v3.146.0 + github.com/pulumi/pulumi/pkg/v3 v3.107.0 + github.com/pulumi/pulumi/sdk/v3 v3.107.0 github.com/stretchr/testify v1.10.0 )