From 5234d288e03339254228992aa09a314fb95cb046 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 16 Nov 2021 08:25:44 +0100 Subject: [PATCH] remove github.com/crewjam/saml transitive replace --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index b9dfae1f38..6b3f1765ef 100644 --- a/go.mod +++ b/go.mod @@ -246,6 +246,3 @@ require ( stash.kopano.io/kgol/kcc-go/v5 v5.0.1 // indirect stash.kopano.io/kgol/oidc-go v0.3.2 // indirect ) - -// this is a transitive replace. See https://github.com/libregraph/lico/blob/master/go.mod#L38 -replace github.com/crewjam/saml => github.com/crewjam/saml v0.4.5