From 41d38e8c440aad11f7032f6d109a9ffbea63ded4 Mon Sep 17 00:00:00 2001 From: Christopher Piggott Date: Tue, 3 Dec 2024 18:59:09 +0000 Subject: [PATCH] change name of project temporarily --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 39f9c8d2..c6dc8472 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/crewjam/saml +module github.com/wz2b/saml -go 1.19 +go 1.23 require ( github.com/beevik/etree v1.2.0