From 05275cc9a4c1422b8e365200caa7db0f98cabb07 Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 6 Mar 2023 13:42:51 +0000 Subject: [PATCH] SAML: Replace is not necessary anymore (#64222) replace is not necessary anymore --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 68183fa343c..abeb655ebc5 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,6 @@ go 1.19 // Also, use our fork with fixes for unimplemented methods (required for Go 1.16). replace github.com/denisenkom/go-mssqldb => github.com/grafana/go-mssqldb v0.0.0-20210326084033-d0ce3c521036 -replace github.com/russellhaering/goxmldsig@v1.1.0 => github.com/russellhaering/goxmldsig v1.1.1 - // Avoid using v2.0.0+incompatible Redigo used by dependencies as the latest maintained branch of Redigo is v1. replace github.com/gomodule/redigo => github.com/gomodule/redigo v1.8.9 @@ -130,7 +128,7 @@ require ( gopkg.in/square/go-jose.v2 v2.5.1 gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 - xorm.io/builder v0.3.6 // indirect + xorm.io/builder v0.3.6 xorm.io/core v0.7.3 xorm.io/xorm v0.8.2 )