From d98b8369fdc23fe39b876af99bf246b4de063cab Mon Sep 17 00:00:00 2001 From: Gregor Schulte Date: Mon, 2 Feb 2026 09:05:48 +0100 Subject: [PATCH] Update module path to reflect migration to schultesdev domain in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5b9c0f0..8e82804 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/gregor/prefect-go +module git.schultes.dev/schultesdev/prefect-go go 1.21