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