From d89e9abee8bfe1ebafcf1507e124221731fedbd3 Mon Sep 17 00:00:00 2001 From: caliskanugur Date: Wed, 23 Oct 2024 10:21:17 -0400 Subject: [PATCH] Remove replace, bump pkg/apis to the latest --- go.mod | 4 +--- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index ffef6407..db845da4 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/go.sum b/go.sum index 10ed90f7..bd6e9946 100644 --- a/go.sum +++ b/go.sum @@ -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= @@ -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=