Skip to content

Commit 2ac0a95

Browse files
[gomod] Bump the internal-dependencies group across 6 directories with 4 updates (#236)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: rranjan3 <rajeev2.ranjan@intel.com>
1 parent 7761f92 commit 2ac0a95

32 files changed

Lines changed: 311 additions & 311 deletions

.github/workflows/post-merge-attestationstatus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2424
with:
25-
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45
25+
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2626
run_version_check: true
2727
run_dep_version_check: true
2828
run_build: true

.github/workflows/post-merge-host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2424
with:
25-
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45
25+
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2626
run_version_check: true
2727
run_dep_version_check: true
2828
run_build: true

.github/workflows/post-merge-networking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2424
with:
25-
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45
25+
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2626
run_version_check: true
2727
run_dep_version_check: true
2828
run_build: true

.github/workflows/post-merge-os-resource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2424
with:
25-
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45
25+
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2626
run_version_check: true
2727
run_dep_version_check: true
2828
run_build: true

.github/workflows/post-merge-telemetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2424
with:
25-
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45
25+
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45 # v0.1.62
2626
run_version_check: true
2727
run_dep_version_check: true
2828
run_build: true

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
project_folder: ${{ fromJson(needs.pre-checks.outputs.filtered_projects) }}
9191
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@main
9292
with:
93-
orch_ci_repo_ref: cf81328e4c9526e579181efb1f609af06071889b
93+
orch_ci_repo_ref: da08a06e8aec70621e50ed4aec2fac5599839f45 # 0.1.62
9494
run_security_scans: true
9595
run_version_check: true
9696
run_dep_version_check: true

attestationstatus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM golang:1.24.6-bookworm as build
4+
FROM golang:1.24.9-bookworm as build
55

66
ENV GO111MODULE=on
77
ARG MAKE_TARGET=go-build

attestationstatus/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1-dev
1+
0.8.0

attestationstatus/go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33

44
module github.com/open-edge-platform/infra-managers/attestationstatus
55

6-
go 1.24.6
6+
go 1.24.9
77

88
require (
99
github.com/envoyproxy/protoc-gen-validate v1.2.1
10-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10
10+
github.com/open-edge-platform/infra-core/inventory/v2 v2.33.1
1111
github.com/prometheus/client_golang v1.23.2
1212
github.com/stretchr/testify v1.11.1
1313
google.golang.org/grpc v1.76.0
1414
google.golang.org/protobuf v1.36.10
1515
)
1616

1717
require (
18-
ariga.io/atlas v0.37.0 // indirect
19-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.9-20250912141014-52f32327d4b0.1 // indirect
18+
ariga.io/atlas v0.38.0 // indirect
19+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20250912141014-52f32327d4b0.1 // indirect
2020
buf.build/go/protovalidate v1.0.0 // indirect
2121
cel.dev/expr v0.24.0 // indirect
2222
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2323
entgo.io/contrib v0.7.0 // indirect
24-
entgo.io/ent v0.14.5 // indirect
24+
entgo.io/ent v0.14.6-0.20251106044941-a777c08cdda4 // indirect
2525
github.com/agext/levenshtein v1.2.3 // indirect
2626
github.com/agnivade/levenshtein v1.2.1 // indirect
2727
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
6161
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
6262
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
63-
github.com/hashicorp/vault/api v1.21.0 // indirect
63+
github.com/hashicorp/vault/api v1.22.0 // indirect
6464
github.com/iancoleman/strcase v0.3.0 // indirect
6565
github.com/jackc/pgpassfile v1.0.0 // indirect
6666
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -80,18 +80,18 @@ require (
8080
github.com/lib/pq v1.10.9 // indirect
8181
github.com/mattn/go-colorable v0.1.14 // indirect
8282
github.com/mattn/go-isatty v0.0.20 // indirect
83-
github.com/mennanov/fmutils v0.3.3 // indirect
83+
github.com/mennanov/fmutils v0.3.4 // indirect
8484
github.com/mitchellh/go-homedir v1.1.0 // indirect
8585
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
8686
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
8787
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
88-
github.com/open-edge-platform/orch-library/go v0.6.1 // indirect
88+
github.com/open-edge-platform/orch-library/go v0.6.2 // indirect
8989
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 // indirect
90-
github.com/open-policy-agent/opa v1.9.0 // indirect
90+
github.com/open-policy-agent/opa v1.10.1 // indirect
9191
github.com/pkg/errors v0.9.1 // indirect
9292
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9393
github.com/prometheus/client_model v0.6.2 // indirect
94-
github.com/prometheus/common v0.66.1 // indirect
94+
github.com/prometheus/common v0.67.2 // indirect
9595
github.com/prometheus/procfs v0.17.0 // indirect
9696
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
9797
github.com/rs/zerolog v1.34.0 // indirect
@@ -109,7 +109,7 @@ require (
109109
github.com/yashtewari/glob-intersection v0.2.0 // indirect
110110
github.com/zclconf/go-cty v1.16.2 // indirect
111111
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
112-
go.einride.tech/aip v0.73.0 // indirect
112+
go.einride.tech/aip v0.74.0 // indirect
113113
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
114114
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.63.0 // indirect
115115
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
@@ -121,16 +121,16 @@ require (
121121
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
122122
go.opentelemetry.io/otel/trace v1.38.0 // indirect
123123
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
124-
go.yaml.in/yaml/v2 v2.4.2 // indirect
125-
golang.org/x/crypto v0.42.0 // indirect
124+
go.yaml.in/yaml/v2 v2.4.3 // indirect
125+
golang.org/x/crypto v0.43.0 // indirect
126126
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
127-
golang.org/x/mod v0.28.0 // indirect
128-
golang.org/x/net v0.44.0 // indirect
127+
golang.org/x/mod v0.29.0 // indirect
128+
golang.org/x/net v0.46.0 // indirect
129129
golang.org/x/sync v0.17.0 // indirect
130-
golang.org/x/sys v0.36.0 // indirect
131-
golang.org/x/text v0.29.0 // indirect
130+
golang.org/x/sys v0.37.0 // indirect
131+
golang.org/x/text v0.30.0 // indirect
132132
golang.org/x/time v0.13.0 // indirect
133-
golang.org/x/tools v0.37.0 // indirect
133+
golang.org/x/tools v0.38.0 // indirect
134134
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
135135
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
136136
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)