diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index cba489175..9ebe3971e 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -1,6 +1,6 @@ -# SPDX-FileCopyrightText: (C) 2025 Intel Corporation +# SPDX-FileCopyrightText: (C) 2026 Intel Corporation +# # SPDX-License-Identifier: Apache-2.0 - --- name: Auto Update PR @@ -40,6 +40,6 @@ jobs: persist-credentials: false - name: Update pull requests - uses: open-edge-platform/orch-ci/.github/actions/pr_updater@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17 + uses: open-edge-platform/orch-ci/.github/actions/pr_updater@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 with: github_token: ${{ secrets.SYS_EMF_GH_TOKEN }} diff --git a/.github/workflows/check-generate-api.yml b/.github/workflows/check-generate-api.yml index 733926f85..429a2a212 100644 --- a/.github/workflows/check-generate-api.yml +++ b/.github/workflows/check-generate-api.yml @@ -1,7 +1,7 @@ -# SPDX-FileCopyrightText: (C) 2025 Intel Corporation +# SPDX-FileCopyrightText: (C) 2026 Intel Corporation +# # SPDX-License-Identifier: Apache-2.0 --- - name: Validate and Generate OpenAPI on: @@ -30,7 +30,7 @@ jobs: persist-credentials: false - name: Bootstrap CI environment - uses: open-edge-platform/orch-ci/.github/actions/bootstrap@388f7e2aa884295786ed363fc97d3fd45e57e12a # 2026.0.8 + uses: open-edge-platform/orch-ci/.github/actions/bootstrap@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 with: gh_token: ${{ secrets.SYS_EMF_GH_TOKEN }} diff --git a/.github/workflows/lint-test-build-publish.yml b/.github/workflows/lint-test-build-publish.yml index a3aab62f2..fe2fb027d 100644 --- a/.github/workflows/lint-test-build-publish.yml +++ b/.github/workflows/lint-test-build-publish.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 Intel Corporation +# SPDX-FileCopyrightText: 2026 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 --- @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'pull_request' permissions: contents: read - uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17 + uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 with: run_version_check: false run_build: false @@ -63,7 +63,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: @@ -97,7 +97,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - name: Run lint run: mage lint:helm @@ -120,7 +120,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - name: Run lint run: mage lint:yaml @@ -142,7 +142,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - name: Lint Dockerfiles using hadolint run: mage lint:dockerfiles @@ -232,7 +232,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 # TODO: This is a temporary solution for buildall script # We need to find a long term solution that leverages orch-ci workflow @@ -290,7 +290,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: @@ -347,7 +347,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: @@ -411,7 +411,7 @@ jobs: persist-credentials: false - name: Setup asdf and install dependencies - uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses] + uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 - name: Build Helm charts run: mage ChartsBuild @@ -443,7 +443,7 @@ jobs: actions: read id-token: write if: github.event_name == 'push' && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main-pass-validation' ) - uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17 + uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 with: run_build: false run_version_tag: true diff --git a/.github/workflows/post-merge-scorecard.yml b/.github/workflows/post-merge-scorecard.yml index 681418e9e..6a402c13a 100644 --- a/.github/workflows/post-merge-scorecard.yml +++ b/.github/workflows/post-merge-scorecard.yml @@ -1,7 +1,7 @@ ---- -# SPDX-FileCopyrightText: (C) 2025 Intel Corporation +# SPDX-FileCopyrightText: (C) 2026 Intel Corporation +# # SPDX-License-Identifier: Apache-2.0 - +--- name: Post-Merge Scorecard CI on: @@ -20,7 +20,7 @@ jobs: id-token: write contents: read - uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17 + uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@d40dfda9598df896aa20cb1dc2c950d6444e8fa7 # 2026.0.19 with: project_folder: "." secrets: diff --git a/.tool-versions b/.tool-versions index 06a6bd08f..515476206 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,6 +1,6 @@ ginkgo 2.23.4 -golang 1.25.7 -golangci-lint 2.8.0 +golang 1.26.1 +golangci-lint 2.11.4 hadolint 2.12.0 helm 3.17.0 jq 1.7.1 diff --git a/auth-service/Dockerfile b/auth-service/Dockerfile index 0a029b899..2ef866a28 100644 --- a/auth-service/Dockerfile +++ b/auth-service/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS build +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS build WORKDIR /workspace diff --git a/auth-service/go.mod b/auth-service/go.mod index 32d3b88b1..5e65c0b2e 100644 --- a/auth-service/go.mod +++ b/auth-service/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/auth-service -go 1.25.7 +go 1.26.1 require ( github.com/golang-jwt/jwt/v5 v5.2.3 diff --git a/aws-sm-proxy/Dockerfile b/aws-sm-proxy/Dockerfile index 3dac27990..64e9a30ac 100644 --- a/aws-sm-proxy/Dockerfile +++ b/aws-sm-proxy/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS build +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS build WORKDIR /workspace diff --git a/aws-sm-proxy/cmd/proxy/main.go b/aws-sm-proxy/cmd/proxy/main.go index 165e311cd..1f8fcd346 100644 --- a/aws-sm-proxy/cmd/proxy/main.go +++ b/aws-sm-proxy/cmd/proxy/main.go @@ -38,7 +38,9 @@ func main() { } if proxy := os.Getenv("HTTPS_PROXY"); proxy != "" { + // #nosec G706 -- proxy values are from trusted environment configuration log.Printf("https proxy value is: %s", proxy) + // #nosec G706 -- NO_PROXY is from trusted environment configuration log.Printf("no proxy value is: %s", os.Getenv("NO_PROXY")) cfg.HTTPClient = &http.Client{Timeout: 15 * time.Second} } diff --git a/aws-sm-proxy/internal/handler.go b/aws-sm-proxy/internal/handler.go index 011bf4226..1e04a1d8f 100644 --- a/aws-sm-proxy/internal/handler.go +++ b/aws-sm-proxy/internal/handler.go @@ -29,6 +29,7 @@ func NewProxyAWSHandler(svc SecretsManagerAPI) func(w http.ResponseWriter, r *ht fmt.Fprintln(w, "query param name empty") return } + // #nosec G706 -- secretName is validated before this point log.Println("handling request for secret:", secretName) input := &secretsmanager.GetSecretValueInput{ SecretId: &secretName, diff --git a/cert-synchronizer/Dockerfile b/cert-synchronizer/Dockerfile index ca81207a3..30f39043f 100644 --- a/cert-synchronizer/Dockerfile +++ b/cert-synchronizer/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder WORKDIR /src diff --git a/cert-synchronizer/go.mod b/cert-synchronizer/go.mod index 201ed9b4d..bb8180425 100644 --- a/cert-synchronizer/go.mod +++ b/cert-synchronizer/go.mod @@ -4,7 +4,7 @@ module r53restapi.com -go 1.25.7 +go 1.26.1 require ( github.com/aws/aws-sdk-go-v2 v1.36.6 diff --git a/charts/auth-service/Chart.yaml b/charts/auth-service/Chart.yaml index b596c1d70..70f8b67f3 100644 --- a/charts/auth-service/Chart.yaml +++ b/charts/auth-service/Chart.yaml @@ -17,9 +17,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 26.0.9 +version: 26.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "26.0.9" +appVersion: "26.1.0" diff --git a/charts/aws-sm-proxy/Chart.yaml b/charts/aws-sm-proxy/Chart.yaml index 3c7c7bb6c..b1709f26c 100644 --- a/charts/aws-sm-proxy/Chart.yaml +++ b/charts/aws-sm-proxy/Chart.yaml @@ -17,9 +17,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 26.0.9 +version: 26.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "26.0.9" +appVersion: "26.1.0" diff --git a/charts/cert-synchronizer/Chart.yaml b/charts/cert-synchronizer/Chart.yaml index 5c24e09ad..256fabc58 100644 --- a/charts/cert-synchronizer/Chart.yaml +++ b/charts/cert-synchronizer/Chart.yaml @@ -6,5 +6,5 @@ apiVersion: v2 name: cert-synchronizer type: application -version: 26.0.13 -appVersion: "26.0.13" +version: 26.1.0 +appVersion: "26.1.0" diff --git a/charts/component-status/Chart.yaml b/charts/component-status/Chart.yaml index 75f293b97..6271507c7 100644 --- a/charts/component-status/Chart.yaml +++ b/charts/component-status/Chart.yaml @@ -7,5 +7,5 @@ apiVersion: v2 name: component-status description: A Helm chart for the Orchestrator Component Status Service type: application -version: 26.0.4 -appVersion: "26.0.4" +version: 26.1.0 +appVersion: "26.1.0" diff --git a/charts/keycloak-tenant-controller/Chart.yaml b/charts/keycloak-tenant-controller/Chart.yaml index 82d62cf20..4800ba5e7 100644 --- a/charts/keycloak-tenant-controller/Chart.yaml +++ b/charts/keycloak-tenant-controller/Chart.yaml @@ -19,9 +19,9 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 26.0.21 +version: 26.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "26.0.21" +appVersion: "26.1.0" diff --git a/charts/nexus-api-gw/Chart.yaml b/charts/nexus-api-gw/Chart.yaml index 736b309c7..aec777515 100644 --- a/charts/nexus-api-gw/Chart.yaml +++ b/charts/nexus-api-gw/Chart.yaml @@ -6,6 +6,6 @@ apiVersion: v2 name: nexus-api-gw description: Multi Tenancy HTTP API GW type: application -version: 26.0.9 -appVersion: "26.0.9" +version: 26.1.0 +appVersion: "26.1.0" annotations: {} diff --git a/charts/tenancy-datamodel/Chart.yaml b/charts/tenancy-datamodel/Chart.yaml index 85c504738..483e5cc11 100644 --- a/charts/tenancy-datamodel/Chart.yaml +++ b/charts/tenancy-datamodel/Chart.yaml @@ -6,6 +6,6 @@ apiVersion: v2 name: tenancy-datamodel description: Tenancy Datamodel type: application -version: 26.0.4 -appVersion: "26.0.4" +version: 26.1.0 +appVersion: "26.1.0" annotations: {} diff --git a/charts/tenancy-init/Chart.yaml b/charts/tenancy-init/Chart.yaml index 0a27499f6..e69ec5579 100644 --- a/charts/tenancy-init/Chart.yaml +++ b/charts/tenancy-init/Chart.yaml @@ -7,5 +7,5 @@ apiVersion: v2 name: tenancy-init description: A Helm chart for bootstrapping the 'tenancy-init' type: application -version: 26.0.5 -appVersion: "26.0.5" +version: 26.1.0 +appVersion: "26.1.0" diff --git a/charts/tenancy-manager/Chart.yaml b/charts/tenancy-manager/Chart.yaml index 7565bec5a..66152cc2a 100644 --- a/charts/tenancy-manager/Chart.yaml +++ b/charts/tenancy-manager/Chart.yaml @@ -6,6 +6,6 @@ apiVersion: v2 name: tenancy-manager description: Multi Tenancy Manager type: application -version: 26.0.4 -appVersion: "26.0.4" +version: 26.1.0 +appVersion: "26.1.0" annotations: {} diff --git a/charts/token-fs/Chart.yaml b/charts/token-fs/Chart.yaml index c9c8c25ab..98bb2bf56 100644 --- a/charts/token-fs/Chart.yaml +++ b/charts/token-fs/Chart.yaml @@ -18,9 +18,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 26.0.2 +version: 26.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "26.0.2" +appVersion: "26.1.0" diff --git a/component-status/Dockerfile b/component-status/Dockerfile index de1afd725..7ac989efc 100644 --- a/component-status/Dockerfile +++ b/component-status/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.7@sha256:931c889bca758a82fcbfcb1b6ed6ca1de30783e9e52e6093ad50060735cb99be AS build +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS build WORKDIR /workspace diff --git a/component-status/go.mod b/component-status/go.mod index a09046f02..c9f0697c0 100644 --- a/component-status/go.mod +++ b/component-status/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/component-status -go 1.25.7 +go 1.26.1 require ( github.com/onsi/ginkgo/v2 v2.27.4 diff --git a/go.mod b/go.mod index 357a2600b..20872f379 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils -go 1.25.7 +go 1.26.1 require ( github.com/aws/aws-sdk-go-v2/config v1.27.43 diff --git a/keycloak-tenant-controller/go.mod b/keycloak-tenant-controller/go.mod index 0a67d4b87..efa71afa7 100644 --- a/keycloak-tenant-controller/go.mod +++ b/keycloak-tenant-controller/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/keycloak-tenant-controller -go 1.25.7 +go 1.26.1 require ( github.com/Clarilab/gocloaksession v1.14.0 diff --git a/keycloak-tenant-controller/images/Dockerfile b/keycloak-tenant-controller/images/Dockerfile index b358bc39e..26308d200 100644 --- a/keycloak-tenant-controller/images/Dockerfile +++ b/keycloak-tenant-controller/images/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder ARG KTC_GIT_COMMIT # Set proxy environment variables using build arguments diff --git a/nexus-api-gw/Dockerfile b/nexus-api-gw/Dockerfile index f4a99f8aa..90715d3af 100644 --- a/nexus-api-gw/Dockerfile +++ b/nexus-api-gw/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder ARG API_GW_COMPONENT_NAME ARG HTTP_PROXY diff --git a/nexus-api-gw/go.mod b/nexus-api-gw/go.mod index a142b6aab..373a3cf1e 100644 --- a/nexus-api-gw/go.mod +++ b/nexus-api-gw/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/nexus-api-gw -go 1.25.7 +go 1.26.1 require ( github.com/getkin/kin-openapi v0.131.0 diff --git a/nexus/common-library/go.mod b/nexus/common-library/go.mod index a44491fdd..0e573241f 100644 --- a/nexus/common-library/go.mod +++ b/nexus/common-library/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/common-library -go 1.25.7 +go 1.26.1 require ( github.com/elliotchance/orderedmap v1.8.0 diff --git a/nexus/compiler/builder/Dockerfile b/nexus/compiler/builder/Dockerfile index aa6ebbe8c..49918a263 100644 --- a/nexus/compiler/builder/Dockerfile +++ b/nexus/compiler/builder/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 #graphql's and compiler's builder/Dockerfile should be in sync -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 # Create a non-root user with home directory RUN useradd -m -d /home/appuser appuser diff --git a/nexus/compiler/example/datamodel/go.mod b/nexus/compiler/example/datamodel/go.mod index 99d66a781..b6a89065f 100644 --- a/nexus/compiler/example/datamodel/go.mod +++ b/nexus/compiler/example/datamodel/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/datamodel -go 1.25.7 +go 1.26.1 require ( github.com/vmware-tanzu/cartographer v1.2.0 diff --git a/nexus/compiler/example/output/generated/go.mod b/nexus/compiler/example/output/generated/go.mod index 6653fd6bc..9f26b8f4b 100644 --- a/nexus/compiler/example/output/generated/go.mod +++ b/nexus/compiler/example/output/generated/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/output/generated -go 1.25.7 +go 1.26.1 replace github.com/vmware-tanzu/graph-framework-for-microservices/gqlgen => ../../../../gqlgen diff --git a/nexus/compiler/example/test-utils/array-type-child/go.mod b/nexus/compiler/example/test-utils/array-type-child/go.mod index fbc08fb69..b735f8a7f 100644 --- a/nexus/compiler/example/test-utils/array-type-child/go.mod +++ b/nexus/compiler/example/test-utils/array-type-child/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/array-type-child -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221212164212-819bb2b13a73 diff --git a/nexus/compiler/example/test-utils/duplicated-uris-datamodel/go.mod b/nexus/compiler/example/test-utils/duplicated-uris-datamodel/go.mod index 03f375fca..14503d5c6 100644 --- a/nexus/compiler/example/test-utils/duplicated-uris-datamodel/go.mod +++ b/nexus/compiler/example/test-utils/duplicated-uris-datamodel/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/duplicated-uris-datamodel -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/test-utils/global-package/go.mod b/nexus/compiler/example/test-utils/global-package/go.mod index 57dd23be9..316e27970 100644 --- a/nexus/compiler/example/test-utils/global-package/go.mod +++ b/nexus/compiler/example/test-utils/global-package/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/global-package -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/test-utils/group-name-with-hyphen-datamodel/go.mod b/nexus/compiler/example/test-utils/group-name-with-hyphen-datamodel/go.mod index a05595580..e71c19054 100644 --- a/nexus/compiler/example/test-utils/group-name-with-hyphen-datamodel/go.mod +++ b/nexus/compiler/example/test-utils/group-name-with-hyphen-datamodel/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/group-name-with-hyphen-datamodel -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/common-library v0.0.0-20221028160844-d70f863bc31b diff --git a/nexus/compiler/example/test-utils/invalid-pkg-name-datamodel/go.mod b/nexus/compiler/example/test-utils/invalid-pkg-name-datamodel/go.mod index ca4508b87..0ace01091 100644 --- a/nexus/compiler/example/test-utils/invalid-pkg-name-datamodel/go.mod +++ b/nexus/compiler/example/test-utils/invalid-pkg-name-datamodel/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/invalid-pkg-name-datamodel -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/test-utils/invalid-singleton-child/go.mod b/nexus/compiler/example/test-utils/invalid-singleton-child/go.mod index ae3fb71f6..27cefbec6 100644 --- a/nexus/compiler/example/test-utils/invalid-singleton-child/go.mod +++ b/nexus/compiler/example/test-utils/invalid-singleton-child/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/invalid-singleton-child -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/test-utils/invalid-type-name-datamodel/go.mod b/nexus/compiler/example/test-utils/invalid-type-name-datamodel/go.mod index f6b20382b..5e51ffe89 100644 --- a/nexus/compiler/example/test-utils/invalid-type-name-datamodel/go.mod +++ b/nexus/compiler/example/test-utils/invalid-type-name-datamodel/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/invalid-type-name-datamodel -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/test-utils/map-type-child/go.mod b/nexus/compiler/example/test-utils/map-type-child/go.mod index b99cdd895..d37d1b159 100644 --- a/nexus/compiler/example/test-utils/map-type-child/go.mod +++ b/nexus/compiler/example/test-utils/map-type-child/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/map-type-child -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221212164212-819bb2b13a73 diff --git a/nexus/compiler/example/test-utils/nexus-rest-api-gen-wrong-name/go.mod b/nexus/compiler/example/test-utils/nexus-rest-api-gen-wrong-name/go.mod index ac19627c9..f55194536 100644 --- a/nexus/compiler/example/test-utils/nexus-rest-api-gen-wrong-name/go.mod +++ b/nexus/compiler/example/test-utils/nexus-rest-api-gen-wrong-name/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/nexus-rest-api-gen-wrong-name -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20230109084100-65931d1f8a32 diff --git a/nexus/compiler/example/test-utils/non-singleton-root/go.mod b/nexus/compiler/example/test-utils/non-singleton-root/go.mod index d690dd945..c49925531 100644 --- a/nexus/compiler/example/test-utils/non-singleton-root/go.mod +++ b/nexus/compiler/example/test-utils/non-singleton-root/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/non-singleton-root -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/test-utils/output-group-name-with-hyphen-datamodel/go.mod b/nexus/compiler/example/test-utils/output-group-name-with-hyphen-datamodel/go.mod index 70e09b693..a5d580073 100644 --- a/nexus/compiler/example/test-utils/output-group-name-with-hyphen-datamodel/go.mod +++ b/nexus/compiler/example/test-utils/output-group-name-with-hyphen-datamodel/go.mod @@ -4,7 +4,7 @@ module nexustempmodule -go 1.25.7 +go 1.26.1 require ( github.com/vmware-tanzu/graph-framework-for-microservices/common-library v0.0.0-20221028160844-d70f863bc31b diff --git a/nexus/compiler/example/test-utils/pointer-type-datamodel/go.mod b/nexus/compiler/example/test-utils/pointer-type-datamodel/go.mod index 39452785f..ea8add874 100644 --- a/nexus/compiler/example/test-utils/pointer-type-datamodel/go.mod +++ b/nexus/compiler/example/test-utils/pointer-type-datamodel/go.mod @@ -4,6 +4,6 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/pointer-type-datamodel -go 1.25.7 +go 1.26.1 require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4 diff --git a/nexus/compiler/example/tests/custom_query_grpc_server/go.mod b/nexus/compiler/example/tests/custom_query_grpc_server/go.mod index dc2b4c0f4..5b9e27dc4 100644 --- a/nexus/compiler/example/tests/custom_query_grpc_server/go.mod +++ b/nexus/compiler/example/tests/custom_query_grpc_server/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/tests/custom_query_grpc_server -go 1.25.7 +go 1.26.1 require ( github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20231031085545-baa1f0ece453 diff --git a/nexus/compiler/example/tests/go.mod b/nexus/compiler/example/tests/go.mod index 168c8f626..f123beaca 100644 --- a/nexus/compiler/example/tests/go.mod +++ b/nexus/compiler/example/tests/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/tests -go 1.25.7 +go 1.26.1 replace github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/output/generated => ../output/generated @@ -25,7 +25,7 @@ require ( github.com/evanphx/json-patch/v5 v5.9.11 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect github.com/fxamacker/cbor/v2 v2.8.0 // indirect - github.com/go-logr/logr v1.4.2 // indirect + github.com/go-logr/logr v1.4.3 // indirect github.com/go-openapi/jsonpointer v0.21.1 // indirect github.com/go-openapi/jsonreference v0.21.0 // indirect github.com/go-openapi/swag v0.23.1 // indirect @@ -53,15 +53,15 @@ require ( github.com/vmware-tanzu/cartographer v1.2.0 // indirect github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20231031085545-baa1f0ece453 // indirect github.com/x448/float16 v0.8.4 // indirect - golang.org/x/net v0.39.0 // indirect - golang.org/x/oauth2 v0.29.0 // indirect - golang.org/x/sync v0.13.0 // indirect - golang.org/x/sys v0.32.0 // indirect - golang.org/x/term v0.31.0 // indirect - golang.org/x/text v0.24.0 // indirect + golang.org/x/net v0.48.0 // indirect + golang.org/x/oauth2 v0.34.0 // indirect + golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.39.0 // indirect + golang.org/x/term v0.38.0 // indirect + golang.org/x/text v0.32.0 // indirect golang.org/x/time v0.11.0 // indirect gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect - google.golang.org/protobuf v1.36.8 // indirect + google.golang.org/protobuf v1.36.11 // indirect gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect diff --git a/nexus/compiler/example/tests/go.sum b/nexus/compiler/example/tests/go.sum index 07c000bf6..5d51564bd 100644 --- a/nexus/compiler/example/tests/go.sum +++ b/nexus/compiler/example/tests/go.sum @@ -21,8 +21,8 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= github.com/fxamacker/cbor/v2 v2.8.0 h1:fFtUGXUzXPHTIUdne5+zzMPTfffl3RD5qYnkY40vtxU= github.com/fxamacker/cbor/v2 v2.8.0/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ= -github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= -github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI= +github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ= github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg= github.com/go-openapi/jsonpointer v0.21.1 h1:whnzv/pNXtK2FbX/W9yJfRmE2gsmkfahjMKB0fZvcic= @@ -145,24 +145,24 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU= -golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww= +golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk= +golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY= -golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E= -golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98= -golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8= +golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU= +golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY= +golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw= +golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610= -golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= +golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4= +golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -174,14 +174,14 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20= -golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= -golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o= -golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw= +golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk= +golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= +golang.org/x/term v0.38.0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q= +golang.org/x/term v0.38.0/go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0= -golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU= +golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU= +golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY= golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0= golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -189,8 +189,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU= -golang.org/x/tools v0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ= +golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ= +golang.org/x/tools v0.39.0/go.mod h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -203,8 +203,8 @@ google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.36.8 h1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc= -google.golang.org/protobuf v1.36.8/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU= +google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE= +google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= diff --git a/nexus/compiler/go.mod b/nexus/compiler/go.mod index 3d4445185..4b464c3be 100644 --- a/nexus/compiler/go.mod +++ b/nexus/compiler/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/compiler -go 1.25.7 +go 1.26.1 require ( github.com/fatih/structtag v1.2.0 diff --git a/nexus/gqlgen/go.mod b/nexus/gqlgen/go.mod index 2a5214cd1..1e4ef6f84 100644 --- a/nexus/gqlgen/go.mod +++ b/nexus/gqlgen/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/gqlgen -go 1.25.7 +go 1.26.1 require ( github.com/gorilla/websocket v1.5.3 diff --git a/nexus/install-validator/go.mod b/nexus/install-validator/go.mod index 41cb307ec..553445c48 100644 --- a/nexus/install-validator/go.mod +++ b/nexus/install-validator/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/install-validator -go 1.25.7 +go 1.26.1 require ( github.com/golang/mock v1.6.0 diff --git a/nexus/kube-openapi/go.mod b/nexus/kube-openapi/go.mod index f3340226f..80e44e5ca 100644 --- a/nexus/kube-openapi/go.mod +++ b/nexus/kube-openapi/go.mod @@ -4,7 +4,7 @@ module github.com/vmware-tanzu/graph-framework-for-microservices/kube-openapi -go 1.25.7 +go 1.26.1 require ( github.com/NYTimes/gziphandler v1.1.1 diff --git a/nexus/nexus/go.mod b/nexus/nexus/go.mod index 29a664a5a..e82f4da8c 100644 --- a/nexus/nexus/go.mod +++ b/nexus/nexus/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/nexus/nexus -go 1.25.7 +go 1.26.1 require ( github.com/golang/mock v1.6.0 diff --git a/nexus/openapi-generator/Dockerfile b/nexus/openapi-generator/Dockerfile index e4062aa6c..65dde593e 100644 --- a/nexus/openapi-generator/Dockerfile +++ b/nexus/openapi-generator/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder COPY . /app WORKDIR /app/openapi-generator diff --git a/nexus/openapi-generator/go.mod b/nexus/openapi-generator/go.mod index 208f216b5..5a2edd984 100644 --- a/nexus/openapi-generator/go.mod +++ b/nexus/openapi-generator/go.mod @@ -4,7 +4,7 @@ module nexus/openapi-generator -go 1.25.7 +go 1.26.1 require ( github.com/getkin/kin-openapi v0.131.0 diff --git a/secrets/Dockerfile b/secrets/Dockerfile index b483f6356..4a0c3aab8 100644 --- a/secrets/Dockerfile +++ b/secrets/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS build +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS build WORKDIR /workspace diff --git a/tenancy-api-mapping/Dockerfile b/tenancy-api-mapping/Dockerfile index a73ded96d..67332ccba 100644 --- a/tenancy-api-mapping/Dockerfile +++ b/tenancy-api-mapping/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder COPY cmd/jobapp /app COPY go.mod /app/go.mod diff --git a/tenancy-api-mapping/go.mod b/tenancy-api-mapping/go.mod index 362636d31..ee71711c4 100644 --- a/tenancy-api-mapping/go.mod +++ b/tenancy-api-mapping/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/tenancy-api-mapping -go 1.25.7 +go 1.26.1 require ( github.com/getkin/kin-openapi v0.131.0 diff --git a/tenancy-datamodel/go.mod b/tenancy-datamodel/go.mod index 1883ea7a4..c0c6000ea 100644 --- a/tenancy-datamodel/go.mod +++ b/tenancy-datamodel/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/tenancy-datamodel -go 1.25.7 +go 1.26.1 require ( github.com/elliotchance/orderedmap v1.8.0 diff --git a/tenancy-datamodel/test/go.mod b/tenancy-datamodel/test/go.mod index 6585b5ffd..15fbdf6c9 100644 --- a/tenancy-datamodel/test/go.mod +++ b/tenancy-datamodel/test/go.mod @@ -4,7 +4,7 @@ module tenancy-test-app -go 1.25.7 +go 1.26.1 replace github.com/open-edge-platform/orch-utils/tenancy-datamodel => ../ diff --git a/tenancy-init/Dockerfile b/tenancy-init/Dockerfile index 4ea61ea0d..54fd82982 100644 --- a/tenancy-init/Dockerfile +++ b/tenancy-init/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.7@sha256:931c889bca758a82fcbfcb1b6ed6ca1de30783e9e52e6093ad50060735cb99be AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder COPY . /app WORKDIR /app diff --git a/tenancy-init/go.mod b/tenancy-init/go.mod index 42d56ea29..6710669e3 100644 --- a/tenancy-init/go.mod +++ b/tenancy-init/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/tenancy-init -go 1.25.7 +go 1.26.1 require ( github.com/Nerzal/gocloak/v13 v13.9.0 diff --git a/tenancy-manager/Dockerfile b/tenancy-manager/Dockerfile index c8eb379db..d19529e15 100644 --- a/tenancy-manager/Dockerfile +++ b/tenancy-manager/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS builder +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder ENV GO111MODULE=on ARG MAKE_TARGET=go-build diff --git a/tenancy-manager/go.mod b/tenancy-manager/go.mod index b160ca510..85ba8e74b 100644 --- a/tenancy-manager/go.mod +++ b/tenancy-manager/go.mod @@ -4,7 +4,7 @@ module github.com/open-edge-platform/orch-utils/tenancy-manager -go 1.25.7 +go 1.26.1 require ( github.com/onsi/ginkgo/v2 v2.23.4 diff --git a/token-fs/Dockerfile b/token-fs/Dockerfile index 60b45f316..daa08fc85 100644 --- a/token-fs/Dockerfile +++ b/token-fs/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.8@sha256:dfae680962532eeea67ab297f1166c2c4e686edb9a8f05f9d02d96fc9191833e AS build +FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS build WORKDIR /workspace diff --git a/traefik-plugins/jwt-plugin/go.mod b/traefik-plugins/jwt-plugin/go.mod index cf1f50172..4813217d8 100644 --- a/traefik-plugins/jwt-plugin/go.mod +++ b/traefik-plugins/jwt-plugin/go.mod @@ -4,6 +4,6 @@ module traefik/jwt-plugin -go 1.25.7 +go 1.26.1 require github.com/team-carepay/traefik-jwt-plugin v0.3.1