From e1b9e195cb6abbee4303835a48e6ec608b86aa27 Mon Sep 17 00:00:00 2001 From: Zorchenhimer Date: Sun, 7 Dec 2025 20:50:31 -0500 Subject: [PATCH] Fix module path --- cmd/fdslist.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/fdslist.go b/cmd/fdslist.go index 7420694..b68849f 100644 --- a/cmd/fdslist.go +++ b/cmd/fdslist.go @@ -11,7 +11,7 @@ import ( "github.com/alexflint/go-arg" - "git.zorchenhimer.com/go-fds" + "git.zorchenhimer.com/zorchenhimer/go-fds" ) type Arguments struct { diff --git a/go.mod b/go.mod index 9c46265..e55ed2e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.zorchenhimer.com/go-fds +module git.zorchenhimer.com/zorchenhimer/go-fds go 1.25.4