Rename Go module

This commit is contained in:
dwrz
2026-02-21 19:47:00 +00:00
parent 9193fb5a0b
commit 0e41537949
6 changed files with 15 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ import (
"os"
"runtime/debug"
"github.com/chimerical-llc/odidere/internal/config"
"github.com/chimerical-llc/odidere/internal/service"
"code.chimeric.al/chimerical/odidere/internal/config"
"code.chimeric.al/chimerical/odidere/internal/service"
)
func main() {