From 9387a40eee8c30e294814748cf3fb63658bf8a35 Mon Sep 17 00:00:00 2001 From: some Date: Tue, 8 Oct 2024 20:01:38 -0400 Subject: [PATCH] Moved to service organization --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6cc183f..007cd4f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module somehole.com/common/router +module somehole.com/service/router go 1.23.1