From 0cf34e163e55c66a43213aaf298876c5f85520f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:42:27 +0000 Subject: [PATCH] chore(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 Bumps [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://github.com/pulumi/pulumi-kubernetes) from 4.7.1 to 4.8.1. - [Release notes](https://github.com/pulumi/pulumi-kubernetes/releases) - [Changelog](https://github.com/pulumi/pulumi-kubernetes/blob/master/CHANGELOG.md) - [Commits](https://github.com/pulumi/pulumi-kubernetes/compare/v4.7.1...v4.8.1) --- updated-dependencies: - dependency-name: github.com/pulumi/pulumi-kubernetes/sdk/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index da6485a..24a628e 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 github.com/pkg/errors v0.9.1 - github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.7.1 + github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.8.1 github.com/pulumi/pulumi/sdk/v3 v3.106.0 github.com/urfave/cli/v2 v2.27.1 go.etcd.io/etcd/client/v3 v3.5.12 @@ -160,5 +160,4 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect lukechampine.com/frand v1.4.2 // indirect - pgregory.net/rapid v0.6.1 // indirect ) diff --git a/go.sum b/go.sum index 8f1f0d1..0c1981d 100644 --- a/go.sum +++ b/go.sum @@ -255,8 +255,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435 github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE= github.com/pulumi/esc v0.6.2 h1:+z+l8cuwIauLSwXQS0uoI3rqB+YG4SzsZYtHfNoXBvw= github.com/pulumi/esc v0.6.2/go.mod h1:jNnYNjzsOgVTjCp0LL24NsCk8ZJxq4IoLQdCT0X7l8k= -github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.7.1 h1:2UevMcV/aV1CFIUJLfypkIpk/hpV875gzF6qrHCsDlM= -github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.7.1/go.mod h1:qhS6ceWLzuezFONGe+0OOxGuMLKLUdQk816B07/D8IY= +github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.8.1 h1:VRpJG7/zu42834bffpRqBTpEBr9h65lc2GbroBanmc8= +github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.8.1/go.mod h1:ACRn9pxZG+syE7hstPKcPt5k98/r6ddUrv1uZOrIyTA= github.com/pulumi/pulumi/sdk/v3 v3.106.0 h1:Og3sPKC3SJ2xyQ0dF5si6C126SwcR6rm4lupHh83ELk= github.com/pulumi/pulumi/sdk/v3 v3.106.0/go.mod h1:Ml3rpGfyZlI4zQCG7LN2XDSmH4XUNYdyBwJ3yEr/OpI= github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=