From 2ef50579f23abdf0ffd629951da4b542f557270a Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 04:56:42 +0000 Subject: [PATCH 1/2] chore(deps): update module github.com/rancher/saml to v0.4.14 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d9ef5aa4..4beb4772 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.2 replace ( - github.com/crewjam/saml => github.com/rancher/saml v0.2.0 + github.com/crewjam/saml => github.com/rancher/saml v0.4.14 github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20181214184433-b04c0947ad2f github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009 ) From 8c887c3f0df890c268510b19907b5d90a12a9280 Mon Sep 17 00:00:00 2001 From: Eric Promislow Date: Fri, 16 Aug 2024 16:31:28 -0700 Subject: [PATCH 2/2] Use the same rancher/saml as rancher:main --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4beb4772..474620a9 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.2 replace ( - github.com/crewjam/saml => github.com/rancher/saml v0.4.14 + github.com/crewjam/saml => github.com/rancher/saml v0.4.14-rancher3 github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20181214184433-b04c0947ad2f github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009 )