diff --git a/go.mod b/go.mod index e11f4e6e..89fc5859 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.7 + github.com/Kong/sdk-konnect-go v0.1.8 github.com/Masterminds/semver v1.5.0 github.com/cloudflare/cfssl v1.6.5 github.com/go-logr/logr v1.4.2 @@ -40,7 +40,6 @@ require ( github.com/aws/aws-sdk-go v1.49.13 // indirect github.com/bombsimon/logrusr/v3 v3.1.0 // indirect github.com/boombuler/barcode v1.0.1 // indirect - github.com/cenkalti/backoff/v4 v4.3.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect github.com/distribution/reference v0.6.0 // indirect github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect diff --git a/go.sum b/go.sum index 34745b50..b6fff315 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= 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.7 h1:EK6N+qrcnHxJGtz5DRqLU2Kw0itC3jwhjzbUkGIufrc= -github.com/Kong/sdk-konnect-go v0.1.7/go.mod h1:ipu67aQNnwDzu/LXKePG46cVqkkZnAHKWpsbhTEI8xE= +github.com/Kong/sdk-konnect-go v0.1.8 h1:UZJyTewAeVO3/GeWsi/dbTXsLZu9iSB4Kwh7LnRa3tA= +github.com/Kong/sdk-konnect-go v0.1.8/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=