From 39d121d9547eece378225125898a09618b209170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:51:08 +0000 Subject: [PATCH] chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.10 to 0.1.11 Bumps [github.com/Kong/sdk-konnect-go](https://github.com/Kong/sdk-konnect-go) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/Kong/sdk-konnect-go/releases) - [Changelog](https://github.com/Kong/sdk-konnect-go/blob/main/.goreleaser.yml) - [Commits](https://github.com/Kong/sdk-konnect-go/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: github.com/Kong/sdk-konnect-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 174070e..f7440e1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/kong/kubernetes-configuration go 1.23.2 require ( - github.com/Kong/sdk-konnect-go v0.1.10 + github.com/Kong/sdk-konnect-go v0.1.11 github.com/kong/go-kong v0.60.0 github.com/stretchr/testify v1.10.0 k8s.io/api v0.31.3 diff --git a/go.sum b/go.sum index 43e4146..60b7874 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Kong/sdk-konnect-go v0.1.10 h1:rt3HSxsnswuQY+MBM+PNKnTlqJXUc5m68oprYcxaVe4= -github.com/Kong/sdk-konnect-go v0.1.10/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE= +github.com/Kong/sdk-konnect-go v0.1.11 h1:qFO0vmOM/PEuD9Yk5zFoO7PaOX+ufanYdAdzmQk48Wo= +github.com/Kong/sdk-konnect-go v0.1.11/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE= github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI= github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=