Skip to content

Commit

Permalink
Remove replace, bump pkg/apis to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
caliskanugur committed Oct 23, 2024
1 parent 008e424 commit d89e9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ replace (
k8s.io/client-go => k8s.io/client-go v0.31.1
)

replace github.com/rancher/rancher/pkg/apis => github.com/rohitsakala/rancher/pkg/apis v0.0.0-20241017210137-b06d8639a8f1

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/aws/aws-sdk-go v1.50.38
Expand All @@ -35,7 +33,7 @@ require (
github.com/rancher/gke-operator v1.10.0-rc.1
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab
github.com/rancher/rancher/pkg/apis v0.0.0-20240821150307-952f563826f5
github.com/rancher/rancher/pkg/apis v0.0.0-20241023011518-955534c18d04
github.com/rancher/rke v1.7.0-rc.1
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20210727200656-10b094e30007
github.com/rancher/wrangler v1.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2361,6 +2361,8 @@ github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xED
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab h1:ihK6See3y/JilqZlc0CG7NXPN+ue5nY9U7xUZUA8M7I=
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab/go.mod h1:qX/OG/4wY27xSAcSdRilUBxBumV6Ey2CWpAeaKnBQDs=
github.com/rancher/rancher/pkg/apis v0.0.0-20241023011518-955534c18d04 h1:WHianQ9fPw3lUri1FT9E9YCjr09Ne4t0X+jQnn2vnic=
github.com/rancher/rancher/pkg/apis v0.0.0-20241023011518-955534c18d04/go.mod h1:F+ShRgIUMIFmsHedfp8QZrqLtoUlOG2iDDtuTXIUTds=
github.com/rancher/rke v1.7.0-rc.1 h1:6rSHO8OoYZmE6TEChPK1clj2fcWtob0WGQvME9BEbmU=
github.com/rancher/rke v1.7.0-rc.1/go.mod h1:VbDpfxcO2US2+mZUaLPr9vADjHLE7Gg5ZDbNmjKKBWY=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20210727200656-10b094e30007 h1:ru+mqGnxMmKeU0Q3XIDxkARvInDIqT1hH2amTcsjxI4=
Expand All @@ -2380,8 +2382,6 @@ github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/f
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/rohitsakala/rancher/pkg/apis v0.0.0-20241017210137-b06d8639a8f1 h1:qFN6bnTbzDmzq3SJZzAVVmvNuOvgaPl8vJ6XYZjQwHc=
github.com/rohitsakala/rancher/pkg/apis v0.0.0-20241017210137-b06d8639a8f1/go.mod h1:PSoe/8qi3Qhk2X0ddfcy9+7PgSJHW7qatQM+mWz2XFk=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit d89e9ab

Please sign in to comment.