From 68cf99d9f0708e37fdd97e05d4bd6c9dcec17883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:19:27 +0100 Subject: [PATCH] chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.28 to 0.2.0 (#1116) Bumps [github.com/Kong/sdk-konnect-go](https://github.com/Kong/sdk-konnect-go) from 0.1.28 to 0.2.0. - [Release notes](https://github.com/Kong/sdk-konnect-go/releases) - [Changelog](https://github.com/Kong/sdk-konnect-go/blob/main/RELEASE.md) - [Commits](https://github.com/Kong/sdk-konnect-go/compare/v0.1.28...v0.2.0) --- updated-dependencies: - dependency-name: github.com/Kong/sdk-konnect-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 27012581b..e75bc8f56 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ go 1.23.2 retract v1.2.2 require ( - github.com/Kong/sdk-konnect-go v0.1.28 + github.com/Kong/sdk-konnect-go v0.2.0 github.com/Masterminds/semver v1.5.0 github.com/cloudflare/cfssl v1.6.5 github.com/go-logr/logr v1.4.2 diff --git a/go.sum b/go.sum index 5e8b01323..87dc984b9 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg6 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0= github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= -github.com/Kong/sdk-konnect-go v0.1.28 h1:rI7jpxyLFNFSDd5+7i3BPQrdc0OKwcv8TDO95VrW5F4= -github.com/Kong/sdk-konnect-go v0.1.28/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE= +github.com/Kong/sdk-konnect-go v0.2.0 h1:ZgPwDtl3jBm17RjzPim7oP1iyW487XYOiWn0v8exMrM= +github.com/Kong/sdk-konnect-go v0.2.0/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE= github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=