Skip to content

Commit

Permalink
Upgrade hive apis in Train 22 (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Dec 16, 2024
1 parent 1d08411 commit 4f5512f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/onsi/gomega v1.33.1
github.com/openshift/api v0.0.0-20240919193929-2669d1ebc910
github.com/openshift/assisted-service/api v0.0.0
github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990
github.com/openshift/library-go v0.0.0-20240207105404-126b47137408 // https://github.com/openshift/library-go/tree/release-4.14
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
github.com/stolostron/cluster-lifecycle-api v0.0.0-20240918064238-a5e71b599118
Expand All @@ -34,6 +34,7 @@ require (

require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/openshift-online/ocm-sdk-go v0.1.392
github.com/openshift/hypershift/api v0.0.0-20241022184855-1fa7be0211e4
github.com/sethvargo/go-password v0.2.0
Expand Down Expand Up @@ -72,7 +73,6 @@ require (
github.com/go-openapi/validate v0.24.0 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ github.com/openshift/assisted-service/models v0.0.0-20230831114549-1922eda29cf8
github.com/openshift/assisted-service/models v0.0.0-20230831114549-1922eda29cf8/go.mod h1:ImkG1jQgM72erhLaZtWqEn0g0Y8AYUOxLR/HgvlPi2Y=
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 h1:cHyxR+Y8rAMT6m1jQCaYGRwikqahI0OjjUDhFNf3ySQ=
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87/go.mod h1:DB/Mf2oTeiAmVVX1gN+NEqweonAPY0TKUwADizj8+ZA=
github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6 h1:9KU60WXpu2XW65RXo4HdrYfeexGMlG04TUL0h1UjnWE=
github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6/go.mod h1:sC+SHtUc3K2VPamSYSnSoHlLog/XM8TKc9vcN6roXHk=
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990 h1:jv9l6Szmles77hWSlDO4PiwejHF/Z21PS2otxcL2rKM=
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990/go.mod h1:sC+SHtUc3K2VPamSYSnSoHlLog/XM8TKc9vcN6roXHk=
github.com/openshift/hypershift/api v0.0.0-20241022184855-1fa7be0211e4 h1:hUOaw13h3naVIue2f86nBbki1lQO9C16KbKbrTn1Fzc=
github.com/openshift/hypershift/api v0.0.0-20241022184855-1fa7be0211e4/go.mod h1:aTvlq6HevyNZ01GIaPBnnIe+HoLym3B2TIUBEol2reY=
github.com/openshift/library-go v0.0.0-20240207105404-126b47137408 h1:Evg6GEvEuyj9toFX14YenXI6hGRnhLWqYx/rHO7VnQ4=
Expand Down

0 comments on commit 4f5512f

Please sign in to comment.