From 0b17ea524d2b01fa38cd54d930e8181da0f2a488 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 31 Dec 2024 18:43:51 -0500 Subject: [PATCH] Fixed go installs --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1cca8f5..4a57b00 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module ptrstream +module github.com/acidvegas/ptrstream go 1.23.3