diff --git a/documentation/netlify.toml b/documentation/netlify.toml index 26c1b1f4c..001f72b27 100644 --- a/documentation/netlify.toml +++ b/documentation/netlify.toml @@ -2,7 +2,7 @@ # (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify) [build.environment] - GO_VERSION = "1.26.3" + GO_VERSION = "1.26.5" HUGO_VERSION = "0.161.1" NODE_VERSION = "24.15.0" diff --git a/functions/go/annotate-apply-time-mutations/go.mod b/functions/go/annotate-apply-time-mutations/go.mod index ae5e759c9..94b5f7b47 100644 --- a/functions/go/annotate-apply-time-mutations/go.mod +++ b/functions/go/annotate-apply-time-mutations/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/annotate-apply-time-mutations -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/functions/go/apply-replacements/go.mod b/functions/go/apply-replacements/go.mod index 3d7f96604..3d645601b 100644 --- a/functions/go/apply-replacements/go.mod +++ b/functions/go/apply-replacements/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/apply-replacements -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.3 diff --git a/functions/go/apply-setters/go.mod b/functions/go/apply-setters/go.mod index cb9b2ba38..8adc1676f 100644 --- a/functions/go/apply-setters/go.mod +++ b/functions/go/apply-setters/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/apply-setters -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/kpt/api v0.0.2 diff --git a/functions/go/bar/go.mod b/functions/go/bar/go.mod index 8ead3549f..28b76b0a3 100644 --- a/functions/go/bar/go.mod +++ b/functions/go/bar/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/bar -go 1.26.3 +go 1.26.5 require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4 diff --git a/functions/go/create-setters/go.mod b/functions/go/create-setters/go.mod index ddcd3be4a..d99eb25b2 100644 --- a/functions/go/create-setters/go.mod +++ b/functions/go/create-setters/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/create-setters -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/functions/go/delete-annotations/go.mod b/functions/go/delete-annotations/go.mod index cd1189806..edbf46265 100644 --- a/functions/go/delete-annotations/go.mod +++ b/functions/go/delete-annotations/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/delete-annotations -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.3 diff --git a/functions/go/drop-comments/go.mod b/functions/go/drop-comments/go.mod index 690218290..3152e11c8 100644 --- a/functions/go/drop-comments/go.mod +++ b/functions/go/drop-comments/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/drop-comments -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.4 diff --git a/functions/go/ensure-name-substring/go.mod b/functions/go/ensure-name-substring/go.mod index 6ecd7fde4..aa459d1bc 100644 --- a/functions/go/ensure-name-substring/go.mod +++ b/functions/go/ensure-name-substring/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/ensure-name-substring -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/functions/go/foo/go.mod b/functions/go/foo/go.mod index 04f459838..31f7605a2 100644 --- a/functions/go/foo/go.mod +++ b/functions/go/foo/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/foo -go 1.26.3 +go 1.26.5 require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4 diff --git a/functions/go/gatekeeper/go.mod b/functions/go/gatekeeper/go.mod index 76073e180..5e319d50f 100644 --- a/functions/go/gatekeeper/go.mod +++ b/functions/go/gatekeeper/go.mod @@ -1,8 +1,9 @@ module github.com/kptdev/krm-functions-catalog/functions/go/gatekeeper -go 1.26.3 +go 1.26.5 require ( + github.com/google/go-cmp v0.7.0 github.com/open-policy-agent/gatekeeper/v3 v3.22.2 github.com/spf13/cobra v1.10.2 k8s.io/apimachinery v0.36.1 @@ -38,7 +39,6 @@ require ( github.com/google/btree v1.1.3 // indirect github.com/google/cel-go v0.26.0 // indirect github.com/google/gnostic-models v0.7.0 // indirect - github.com/google/go-cmp v0.7.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect diff --git a/functions/go/generate-kpt-pkg-docs/go.mod b/functions/go/generate-kpt-pkg-docs/go.mod index 5701a5df8..b0ffce5d8 100644 --- a/functions/go/generate-kpt-pkg-docs/go.mod +++ b/functions/go/generate-kpt-pkg-docs/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/generate-kpt-pkg-docs -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/kpt v1.0.0-beta.64 diff --git a/functions/go/kubeconform/go.mod b/functions/go/kubeconform/go.mod index 1014f4844..75c969e43 100644 --- a/functions/go/kubeconform/go.mod +++ b/functions/go/kubeconform/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/kubeconform -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.3 diff --git a/functions/go/list-setters/go.mod b/functions/go/list-setters/go.mod index f8e553c91..578f43573 100644 --- a/functions/go/list-setters/go.mod +++ b/functions/go/list-setters/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/list-setters -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/kpt v1.0.0-beta.64 diff --git a/functions/go/no-op/go.mod b/functions/go/no-op/go.mod index 96fbc0b36..f13bb03d3 100644 --- a/functions/go/no-op/go.mod +++ b/functions/go/no-op/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/no-op -go 1.26.3 +go 1.26.5 require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4 diff --git a/functions/go/printenv/go.mod b/functions/go/printenv/go.mod index 78a6666c7..dab3b79bd 100644 --- a/functions/go/printenv/go.mod +++ b/functions/go/printenv/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/printenv -go 1.26.3 +go 1.26.5 require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4 diff --git a/functions/go/remove-local-config-resources/go.mod b/functions/go/remove-local-config-resources/go.mod index e1ccb225b..d99448c02 100644 --- a/functions/go/remove-local-config-resources/go.mod +++ b/functions/go/remove-local-config-resources/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/remove-local-config-resources -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/functions/go/render-helm-chart/go.mod b/functions/go/render-helm-chart/go.mod index 866830483..7331e50f8 100644 --- a/functions/go/render-helm-chart/go.mod +++ b/functions/go/render-helm-chart/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/render-helm-chart -go 1.26.3 +go 1.26.5 require ( dario.cat/mergo v1.0.2 diff --git a/functions/go/search-replace/go.mod b/functions/go/search-replace/go.mod index 2b3b57c96..2b87c5f89 100644 --- a/functions/go/search-replace/go.mod +++ b/functions/go/search-replace/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/search-replace -go 1.26.3 +go 1.26.5 require ( github.com/bmatcuk/doublestar/v4 v4.10.0 diff --git a/functions/go/set-annotations/go.mod b/functions/go/set-annotations/go.mod index de3ec2cad..bb23ade4b 100644 --- a/functions/go/set-annotations/go.mod +++ b/functions/go/set-annotations/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/set-annotations -go 1.26.3 +go 1.26.5 require ( github.com/google/go-cmp v0.7.0 diff --git a/functions/go/set-enforcement-action/go.mod b/functions/go/set-enforcement-action/go.mod index ed80cb040..2837a72db 100644 --- a/functions/go/set-enforcement-action/go.mod +++ b/functions/go/set-enforcement-action/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/set-enforcement-action -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/functions/go/set-image/go.mod b/functions/go/set-image/go.mod index 6c4fdbe79..0624277ab 100644 --- a/functions/go/set-image/go.mod +++ b/functions/go/set-image/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/set-image -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.3 diff --git a/functions/go/set-labels/go.mod b/functions/go/set-labels/go.mod index 8953ff80d..00a3c4659 100644 --- a/functions/go/set-labels/go.mod +++ b/functions/go/set-labels/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/set-labels -go 1.26.3 +go 1.26.5 require github.com/kptdev/krm-functions-sdk/go/fn v1.0.4 diff --git a/functions/go/set-namespace/go.mod b/functions/go/set-namespace/go.mod index e69309c0e..ea31383e1 100644 --- a/functions/go/set-namespace/go.mod +++ b/functions/go/set-namespace/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/set-namespace -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.3 diff --git a/functions/go/sleep/go.mod b/functions/go/sleep/go.mod index 956b9c5c2..8b5c8a41c 100644 --- a/functions/go/sleep/go.mod +++ b/functions/go/sleep/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/sleep -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/functions/go/starlark/go.mod b/functions/go/starlark/go.mod index 12158cbe1..26b3d2f58 100644 --- a/functions/go/starlark/go.mod +++ b/functions/go/starlark/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/starlark -go 1.26.3 +go 1.26.5 require ( github.com/kptdev/krm-functions-sdk/go/fn v1.0.3 diff --git a/functions/go/upsert-resource/go.mod b/functions/go/upsert-resource/go.mod index f743e2145..d1aef3192 100644 --- a/functions/go/upsert-resource/go.mod +++ b/functions/go/upsert-resource/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/functions/go/upsert-resource -go 1.26.3 +go 1.26.5 require ( github.com/stretchr/testify v1.11.1 diff --git a/scripts/generate_docs/go.mod b/scripts/generate_docs/go.mod index 69727b265..f2e14d9dc 100644 --- a/scripts/generate_docs/go.mod +++ b/scripts/generate_docs/go.mod @@ -1,6 +1,6 @@ module github.com/kptdev/krm-functions-catalog/scripts/generate_docs -go 1.26.3 +go 1.26.5 require ( github.com/santhosh-tekuri/jsonschema/v6 v6.0.2