use the real module path #2

Merged
claude merged 1 commits from fix-module-path into main 2026-09-07 15:49:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3eb0023efd - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
module gogs.home.aneur.in/go/ultrashorty module code.aneur.in/cloud/ultrashorty
go 1.25.6 go 1.25.6
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"github.com/alecthomas/kong" "github.com/alecthomas/kong"
"github.com/rs/zerolog" "github.com/rs/zerolog"
"gogs.home.aneur.in/go/ultrashorty/internal" "code.aneur.in/cloud/ultrashorty/internal"
) )
func main() { func main() {