diff --git a/go.mod b/go.mod index e0148977..a87bfb38 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.23 + github.com/Kong/sdk-konnect-go v0.1.24 github.com/kong/go-kong v0.63.0 github.com/stretchr/testify v1.10.0 k8s.io/api v0.32.1 diff --git a/go.sum b/go.sum index 82751b49..0ebe73b0 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Kong/sdk-konnect-go v0.1.23 h1:cnlZHqDE64vdCqwG/ES+23MHwo3XHvab7FZWhAhJrhg= -github.com/Kong/sdk-konnect-go v0.1.23/go.mod h1:xsmTIkBbmVyUh1nRFjQMOhxYIPDl+sMfmRmPuZHtwLE= +github.com/Kong/sdk-konnect-go v0.1.24 h1:U1rOiy9TtYg/pXl7CXABaN96c1rFuHal19zVCuNpkiA= +github.com/Kong/sdk-konnect-go v0.1.24/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=