From 1cc0d532f202ffce74b13fb38b4bfbf365006ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:57:44 +0100 Subject: [PATCH] Bump github.com/tailscale/tailscale-client-go from 1.11.0 to 1.12.0 (#278) Bumps [github.com/tailscale/tailscale-client-go](https://github.com/tailscale/tailscale-client-go) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/tailscale/tailscale-client-go/releases) - [Commits](https://github.com/tailscale/tailscale-client-go/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/tailscale/tailscale-client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 40b5a456..4a6ff73b 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/hashicorp/terraform-plugin-sdk/v2 v2.28.0 github.com/stretchr/testify v1.8.4 github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a - github.com/tailscale/tailscale-client-go v1.11.0 + github.com/tailscale/tailscale-client-go v1.12.0 golang.org/x/tools v0.12.0 tailscale.com v1.48.1 ) diff --git a/go.sum b/go.sum index e54d271d..1686310f 100644 --- a/go.sum +++ b/go.sum @@ -187,8 +187,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a h1:SJy1Pu0eH1C29XwJucQo73FrleVK6t4kYz4NVhp34Yw= github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a/go.mod h1:DFSS3NAGHthKo1gTlmEcSBiZrRJXi28rLNd/1udP1c8= -github.com/tailscale/tailscale-client-go v1.11.0 h1:rswhQaXxCoG7MXCNwzcr0hdpWnDCVr1/4To9cW/QV/8= -github.com/tailscale/tailscale-client-go v1.11.0/go.mod h1:7s3yTFP5pcQQJOGXJLPfPLuYNX7I2h4SNbEVNSiOo/A= +github.com/tailscale/tailscale-client-go v1.12.0 h1:Al9EpGN+hoGrVMTnNWbnoYE+Oz289AL2NyzSGhsK1ZU= +github.com/tailscale/tailscale-client-go v1.12.0/go.mod h1:7s3yTFP5pcQQJOGXJLPfPLuYNX7I2h4SNbEVNSiOo/A= github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI= github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=