Skip to content

chore(deps): update github.com/openshift/assisted-service digest to 4ef833f #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ require (
github.com/nxadm/tail v1.4.8 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // indirect
github.com/openshift/assisted-service v1.0.10-0.20250804074851-6f4dcedb99dc // indirect
github.com/openshift/assisted-service v1.0.10-0.20250810104629-4ef833fbd2b9 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E=
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
github.com/openshift/assisted-service v1.0.10-0.20250804074851-6f4dcedb99dc h1:HwX/Ff94N0OT+H2g4m8rkPYT648clt/KNS/8MYKoy0k=
github.com/openshift/assisted-service v1.0.10-0.20250804074851-6f4dcedb99dc/go.mod h1:WqZdNoOgM3VmNloI93f7peWHC/8elm7Sj68liPuTYJI=
github.com/openshift/assisted-service v1.0.10-0.20250810104629-4ef833fbd2b9 h1:I6cfzZh3BSf3soFhHeSROAaVwzdRgw4qCS88GTllyCs=
github.com/openshift/assisted-service v1.0.10-0.20250810104629-4ef833fbd2b9/go.mod h1:WqZdNoOgM3VmNloI93f7peWHC/8elm7Sj68liPuTYJI=
github.com/openshift/assisted-service/api v0.0.0-20250801061415-c71c7281d5f4 h1:/tmpww6nDWV6MBCMKqCyI8YCCQGOOYNz/gWIWBAySFc=
github.com/openshift/assisted-service/api v0.0.0-20250801061415-c71c7281d5f4/go.mod h1:tvE25aC7I07Uz2jUt7gH2E8+a1Rw4W7qtW6/EFb8l64=
github.com/openshift/assisted-service/models v0.0.0-20250804170420-04a08b5f48bb h1:cduSsNaKGGFaabL0/icmPjUXLk6cCeMzn8iWUu3i1tU=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ github.com/onsi/gomega/types
# github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094
## explicit; go 1.21
github.com/openshift/api/config/v1
# github.com/openshift/assisted-service v1.0.10-0.20250804074851-6f4dcedb99dc
# github.com/openshift/assisted-service v1.0.10-0.20250810104629-4ef833fbd2b9
## explicit; go 1.21
github.com/openshift/assisted-service/pkg/validations
# github.com/openshift/assisted-service/api v0.0.0 => github.com/openshift/assisted-service/api v0.0.0-20250801061415-c71c7281d5f4
Expand Down