From 3d7c3ed0ba641851a023de28f0f6a81c733a5a72 Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Thu, 29 Feb 2024 12:45:24 +0000 Subject: [PATCH] Updated modules --- examples/go.mod | 6 ++++-- examples/write-only-go/go.mod | 2 +- examples/write-only-go/go.sum | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index bd9a217e76..82cc9df8c2 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,7 +2,10 @@ module github.com/pulumi/pulumi-aws-native/examples go 1.21 -require github.com/pulumi/pulumi/pkg/v3 v3.107.0 +require ( + github.com/pulumi/pulumi/pkg/v3 v3.107.0 + github.com/stretchr/testify v1.8.4 +) require ( cloud.google.com/go v0.110.10 // indirect @@ -147,7 +150,6 @@ require ( github.com/skeema/knownhosts v1.2.1 // indirect github.com/spf13/cobra v1.7.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/testify v1.8.4 // indirect github.com/texttheater/golang-levenshtein v1.0.1 // indirect github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect diff --git a/examples/write-only-go/go.mod b/examples/write-only-go/go.mod index 349a5faab9..cd88a9f2d8 100644 --- a/examples/write-only-go/go.mod +++ b/examples/write-only-go/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/pulumi/pulumi-aws-native/sdk v0.1.0 - github.com/pulumi/pulumi/sdk/v3 v3.105.0 + github.com/pulumi/pulumi/sdk/v3 v3.107.0 ) require ( diff --git a/examples/write-only-go/go.sum b/examples/write-only-go/go.sum index 4667f5f86f..1318db67a4 100644 --- a/examples/write-only-go/go.sum +++ b/examples/write-only-go/go.sum @@ -258,8 +258,8 @@ github.com/pulumi/esc v0.6.2/go.mod h1:jNnYNjzsOgVTjCp0LL24NsCk8ZJxq4IoLQdCT0X7l github.com/pulumi/pulumi-aws-native/sdk v0.1.0 h1:Zfa/SDa4X3reecAdZ43PFre0qAeDM9Ww54ak/2EprEU= github.com/pulumi/pulumi-aws-native/sdk v0.1.0/go.mod h1:O8mLoyUjOQcwJ1zfuZ0Y9yw61CYyJU3SZ5oevmGhA0o= github.com/pulumi/pulumi/sdk/v3 v3.12.0/go.mod h1:bxxmONw/K6M4KHRKWTwP/u77JbqDFnt96p0nSsrsHnQ= -github.com/pulumi/pulumi/sdk/v3 v3.105.0 h1:OKEeubZigWyQVnZS6udnFnZHZ/8OWXuUYv9ir3OY+vs= -github.com/pulumi/pulumi/sdk/v3 v3.105.0/go.mod h1:Ml3rpGfyZlI4zQCG7LN2XDSmH4XUNYdyBwJ3yEr/OpI= +github.com/pulumi/pulumi/sdk/v3 v3.107.0 h1:bef+ayh9+4KkAqXih4EjlHfQXRY24NWPwWBIQhBxTjg= +github.com/pulumi/pulumi/sdk/v3 v3.107.0/go.mod h1:Ml3rpGfyZlI4zQCG7LN2XDSmH4XUNYdyBwJ3yEr/OpI= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=