From dfb19b075744c4a9e8af5b65c9d6a52ab4ea29b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:36:49 +0000 Subject: [PATCH] chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.14 to 0.1.15 (#201) Bumps [github.com/Kong/sdk-konnect-go](https://github.com/Kong/sdk-konnect-go) from 0.1.14 to 0.1.15. - [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.14...v0.1.15) --- 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] 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 abac4af..339e5e6 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.14 + github.com/Kong/sdk-konnect-go v0.1.15 github.com/kong/go-kong v0.62.0 github.com/stretchr/testify v1.10.0 k8s.io/api v0.32.0 diff --git a/go.sum b/go.sum index b6a841f..76218d0 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Kong/sdk-konnect-go v0.1.14 h1:nkq2SFqVpbnfj6WSFBpvYc8rfLiR0TPXs6EeMp7I+Xw= -github.com/Kong/sdk-konnect-go v0.1.14/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE= +github.com/Kong/sdk-konnect-go v0.1.15 h1:DO665UeuAVt3UNw5Yeo0I8eOQXkuE+3TyUvqc17Bz5Y= +github.com/Kong/sdk-konnect-go v0.1.15/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=