From b690d5b72646a3064f61f9f1a89b5efefcd17914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:39:47 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 --- examples/go.mod | 2 +- provider/go.mod | 2 +- provider/shim/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 3e8f140..bf3af5e 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,7 +2,7 @@ module github.com/pulumiverse/pulumi-unifi/examples go 1.21 -toolchain go1.23.1 +toolchain go1.23.2 require github.com/pulumi/pulumi/pkg/v3 v3.133.0 diff --git a/provider/go.mod b/provider/go.mod index 0481a8e..f2107d6 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -2,7 +2,7 @@ module github.com/pulumiverse/pulumi-unifi/provider go 1.22.0 -toolchain go1.23.1 +toolchain go1.23.2 replace ( github.com/hashicorp/go-getter v1.5.0 => github.com/hashicorp/go-getter v1.4.0 diff --git a/provider/shim/go.mod b/provider/shim/go.mod index 15cd470..09aa610 100644 --- a/provider/shim/go.mod +++ b/provider/shim/go.mod @@ -2,7 +2,7 @@ module github.com/paultyng/terraform-provider-unifi/shim go 1.21 -toolchain go1.22.4 +toolchain go1.23.2 require ( github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0