diff --git a/go.mod b/go.mod index a602c1b..b307ac3 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.15 + github.com/Kong/sdk-konnect-go v0.1.18 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 0195380..fe157f9 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/Kong/sdk-konnect-go v0.1.18 h1:9ifPoIIozRBXqj4n4N8yTHmixfvHqjcakK9wF+A3/04= +github.com/Kong/sdk-konnect-go v0.1.18/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=