Skip to content

Commit

Permalink
update replace versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ranakan19 committed Nov 11, 2024
1 parent 1125cd0 commit 209ef9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/codeready-toolchain/toolchain-common v0.0.0-20240911094752-38ba816bff59
github.com/ghodss/yaml v1.0.0
github.com/mitchellh/go-homedir v1.1.0
// using latest commit from 'github.com/openshift/api branch release-4.12'
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13
// using latest commit from 'github.com/openshift/api branch release-4.14'
github.com/openshift/api v0.0.0-20241031180523-b1c90a6cf9a3
github.com/operator-framework/api v0.13.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
Expand Down Expand Up @@ -141,6 +141,6 @@ require (
)

replace (
github.com/codeready-toolchain/api v0.0.0-20240909145803-3b27dcfb3ded => github.com/ranakan19/api v0.0.0-20240923151833-647d61ba6f05
github.com/codeready-toolchain/toolchain-common v0.0.0-20240911094752-38ba816bff59 => github.com/ranakan19/toolchain-common v0.0.0-20240923152117-007ae28d1744
github.com/codeready-toolchain/api v0.0.0-20240909145803-3b27dcfb3ded => github.com/ranakan19/api v0.0.0-20241108053314-93842107015c
github.com/codeready-toolchain/toolchain-common v0.0.0-20240911094752-38ba816bff59 => github.com/ranakan19/toolchain-common v0.0.0-20241111060318-c3e2d61d824c
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
github.com/onsi/gomega v1.14.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0=
github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 h1:KNaEkpcVi4XGb86cA6FMJ8Wia7KWAembCUv8blIksTY=
github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13/go.mod h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs=
github.com/openshift/api v0.0.0-20241031180523-b1c90a6cf9a3 h1:QXptzhiO7WovLZSaXb4ig4Cd+ROctyyIJ2Tuw/Du4VI=
github.com/openshift/api v0.0.0-20241031180523-b1c90a6cf9a3/go.mod h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs=
github.com/openshift/library-go v0.0.0-20230301092340-c13b89190a26 h1:vXYT3dX03Fm5FCX1284aTGoa5qBZFp3zMnIVaV9WOdg=
github.com/openshift/library-go v0.0.0-20230301092340-c13b89190a26/go.mod h1:KPBAXGaq7pPmA+1wUVtKr5Axg3R68IomWDkzaOxIhxM=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down Expand Up @@ -581,10 +581,10 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.10.1 h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=
github.com/prometheus/procfs v0.10.1/go.mod h1:nwNm2aOCAYw8uTR/9bWRREkZFxAUcWzPHWJq+XBB/FM=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/ranakan19/api v0.0.0-20240923151833-647d61ba6f05 h1:WpnDX9uKLBxqvFEmI4TwUO4FnzEgEiVGp+wNPQtlDNc=
github.com/ranakan19/api v0.0.0-20240923151833-647d61ba6f05/go.mod h1:blXQx8ZLooVqZ589EBtaAOmh13qLzGpDEnCBgjh9bv8=
github.com/ranakan19/toolchain-common v0.0.0-20240923152117-007ae28d1744 h1:lp7B1eXtPR+FQ9ybyTH0G61dYdN22m8pY+skxDZCBEE=
github.com/ranakan19/toolchain-common v0.0.0-20240923152117-007ae28d1744/go.mod h1:69UhmtxeIEu+D9rD2g47Zos8BInYH/RU2szTTqPWdZ4=
github.com/ranakan19/api v0.0.0-20241108053314-93842107015c h1:agALJXbm/xEWKHTMWQFnfhQXR7mvXHA34PmhXTpCgHg=
github.com/ranakan19/api v0.0.0-20241108053314-93842107015c/go.mod h1:DUq1ffy9Mbersdgji48i/cm9Y+6NMwAdAQJNlfOrPRo=
github.com/ranakan19/toolchain-common v0.0.0-20241111060318-c3e2d61d824c h1:tp0grBkxns4xM20HbTJyc4ucHbyiJPIadRX1bvYluko=
github.com/ranakan19/toolchain-common v0.0.0-20241111060318-c3e2d61d824c/go.mod h1:3ATGZSAA4mkyq46eh2q2CoHxu9+3VWkMdSC7hmFLo50=
github.com/redhat-cop/operator-utils v1.3.8 h1:xhoMBg2snSzNdcxT53lSBr7PRXxrzP1cDi51NPBLaT4=
github.com/redhat-cop/operator-utils v1.3.8/go.mod h1:s4R0YY8lVlHkC78GLV20PPuZmywjSbTwZKCHwWUQ3P8=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down

0 comments on commit 209ef9a

Please sign in to comment.