Fix module path

This commit is contained in:
Zorchenhimer 2025-12-07 20:50:31 -05:00
parent 172e1211c5
commit e1b9e195cb
Signed by: Zorchenhimer
GPG Key ID: 70A1AB767AAB9C20
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/alexflint/go-arg"
"git.zorchenhimer.com/go-fds"
"git.zorchenhimer.com/zorchenhimer/go-fds"
)
type Arguments struct {

2
go.mod
View File

@ -1,4 +1,4 @@
module git.zorchenhimer.com/go-fds
module git.zorchenhimer.com/zorchenhimer/go-fds
go 1.25.4