Skip to content

Commit

Permalink
Rename module to reflect repo migration
Browse files Browse the repository at this point in the history
Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Jan 19, 2024
1 parent 2364b36 commit 98fcb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"strconv"

"github.com/heathcliff26/containers/apps/simple-fileserver/pkg/fileserver"
"github.com/heathcliff26/simple-fileserver/pkg/fileserver"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/heathcliff26/containers/apps/simple-fileserver
module github.com/heathcliff26/simple-fileserver

go 1.21

Expand Down

0 comments on commit 98fcb8d

Please sign in to comment.