diff --git a/cmd/main.go b/cmd/main.go index e9549bb..c19323c 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -4,7 +4,7 @@ import ( "log" "strconv" - "github.com/heathcliff26/containers/apps/simple-fileserver/pkg/fileserver" + "github.com/heathcliff26/simple-fileserver/pkg/fileserver" ) var ( diff --git a/go.mod b/go.mod index 38ee1d1..953f11d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/heathcliff26/containers/apps/simple-fileserver +module github.com/heathcliff26/simple-fileserver go 1.21