Skip to content

Commit 7457ce5

Browse files
[gomod] Bump the internal-dependencies group across 5 directories with 2 updates (#188)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf3c19d commit 7457ce5

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

attestationstatus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.24.6
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.8
10+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10
1111
github.com/prometheus/client_golang v1.23.2
1212
github.com/stretchr/testify v1.11.1
1313
google.golang.org/grpc v1.75.1

attestationstatus/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374
224224
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
225225
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
226226
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
227-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8 h1:Ay3iGGELJ7VnARtmIjd8ZhfpsWiqhd0v8ZqO7vPzAqY=
228-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
227+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10 h1:HnfemKfjWtjw6gNWG2Ag9XETBELmymhZcCrNXFiWeTU=
228+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
229229
github.com/open-edge-platform/orch-library/go v0.6.1 h1:IGR2ic73f3obnhlxTRfHcyYMbPbYu7BSqa9UYyEZ78Q=
230230
github.com/open-edge-platform/orch-library/go v0.6.1/go.mod h1:3Tes/GJfwYbnQa/1scbKiLbjZrL4fJEouFk28oo5/c8=
231231
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 h1:Rx/bSAZiLjEEBjUiJEzBvT0fQv5huT5FQ2Ke3IMUhiE=

host/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ go 1.24.6
88
require (
99
github.com/cenkalti/backoff/v4 v4.3.0
1010
github.com/envoyproxy/protoc-gen-validate v1.2.1
11-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8
12-
github.com/open-edge-platform/infra-managers/maintenance v1.23.2
11+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10
12+
github.com/open-edge-platform/infra-managers/maintenance v1.23.3
1313
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.38.6
1414
github.com/prometheus/client_golang v1.23.2
1515
github.com/stretchr/testify v1.11.1

host/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374
224224
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
225225
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
226226
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
227-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8 h1:Ay3iGGELJ7VnARtmIjd8ZhfpsWiqhd0v8ZqO7vPzAqY=
228-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
229-
github.com/open-edge-platform/infra-managers/maintenance v1.23.2 h1:Rd1RNRGZiH65T64sTmBQmJ8C+SmSGWyU4P053XU0BFc=
230-
github.com/open-edge-platform/infra-managers/maintenance v1.23.2/go.mod h1:7xW+WG85W+8uMAeHghY2jeIRvgJhpzErFMrWrCdEI+M=
227+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10 h1:HnfemKfjWtjw6gNWG2Ag9XETBELmymhZcCrNXFiWeTU=
228+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
229+
github.com/open-edge-platform/infra-managers/maintenance v1.23.3 h1:Ae7f7SABTBVwINtC3V4u9FQsMN9x66ZRnBeexFfVpGw=
230+
github.com/open-edge-platform/infra-managers/maintenance v1.23.3/go.mod h1:t1pWp0vWAC+eSMgYOalDjIUevTnxE5zkMJJhC+k7Qow=
231231
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.38.6 h1:XN3UGG1MuStjAcVHngxkPUF3K9fAa75KEO69ZiILtZU=
232232
github.com/open-edge-platform/infra-onboarding/onboarding-manager v1.38.6/go.mod h1:7Lnftw55dqOLbB6krLUHbx2dnlO2liSqhOapu46vbkE=
233233
github.com/open-edge-platform/orch-library/go v0.6.1 h1:IGR2ic73f3obnhlxTRfHcyYMbPbYu7BSqa9UYyEZ78Q=

networking/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/open-edge-platform/infra-managers/networking
66
go 1.24.6
77

88
require (
9-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8
9+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10
1010
github.com/open-edge-platform/orch-library/go v0.6.1
1111
github.com/prometheus/client_golang v1.23.2
1212
github.com/stretchr/testify v1.11.1

networking/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374
222222
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
223223
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
224224
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
225-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8 h1:Ay3iGGELJ7VnARtmIjd8ZhfpsWiqhd0v8ZqO7vPzAqY=
226-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
225+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10 h1:HnfemKfjWtjw6gNWG2Ag9XETBELmymhZcCrNXFiWeTU=
226+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
227227
github.com/open-edge-platform/orch-library/go v0.6.1 h1:IGR2ic73f3obnhlxTRfHcyYMbPbYu7BSqa9UYyEZ78Q=
228228
github.com/open-edge-platform/orch-library/go v0.6.1/go.mod h1:3Tes/GJfwYbnQa/1scbKiLbjZrL4fJEouFk28oo5/c8=
229229
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 h1:Rx/bSAZiLjEEBjUiJEzBvT0fQv5huT5FQ2Ke3IMUhiE=

os-resource/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/open-edge-platform/infra-managers/os-resource
66
go 1.24.6
77

88
require (
9-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8
9+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10
1010
github.com/open-edge-platform/orch-library/go v0.6.1
1111
github.com/prometheus/client_golang v1.23.2
1212
github.com/stretchr/testify v1.11.1

os-resource/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374
222222
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
223223
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
224224
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
225-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8 h1:Ay3iGGELJ7VnARtmIjd8ZhfpsWiqhd0v8ZqO7vPzAqY=
226-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
225+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10 h1:HnfemKfjWtjw6gNWG2Ag9XETBELmymhZcCrNXFiWeTU=
226+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
227227
github.com/open-edge-platform/orch-library/go v0.6.1 h1:IGR2ic73f3obnhlxTRfHcyYMbPbYu7BSqa9UYyEZ78Q=
228228
github.com/open-edge-platform/orch-library/go v0.6.1/go.mod h1:3Tes/GJfwYbnQa/1scbKiLbjZrL4fJEouFk28oo5/c8=
229229
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 h1:Rx/bSAZiLjEEBjUiJEzBvT0fQv5huT5FQ2Ke3IMUhiE=

telemetry/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go 1.24.6
88
require (
99
github.com/envoyproxy/protoc-gen-validate v1.2.1
1010
github.com/mennanov/fmutils v0.3.3
11-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8
11+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10
1212
github.com/prometheus/client_golang v1.23.2
1313
github.com/stretchr/testify v1.11.1
1414
google.golang.org/grpc v1.75.1

telemetry/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374
224224
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
225225
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
226226
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
227-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8 h1:Ay3iGGELJ7VnARtmIjd8ZhfpsWiqhd0v8ZqO7vPzAqY=
228-
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.8/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
227+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10 h1:HnfemKfjWtjw6gNWG2Ag9XETBELmymhZcCrNXFiWeTU=
228+
github.com/open-edge-platform/infra-core/inventory/v2 v2.30.10/go.mod h1:Ezzmx/eV95f6DkmCrW8YAcGUsbqSuyggunxmFmaImMw=
229229
github.com/open-edge-platform/orch-library/go v0.6.1 h1:IGR2ic73f3obnhlxTRfHcyYMbPbYu7BSqa9UYyEZ78Q=
230230
github.com/open-edge-platform/orch-library/go v0.6.1/go.mod h1:3Tes/GJfwYbnQa/1scbKiLbjZrL4fJEouFk28oo5/c8=
231231
github.com/open-edge-platform/orch-library/go/dazl v0.5.4 h1:Rx/bSAZiLjEEBjUiJEzBvT0fQv5huT5FQ2Ke3IMUhiE=

0 commit comments

Comments
 (0)