fix: moved module namespace to git.dittmar.dev

This commit is contained in:
2026-09-06 18:13:30 +02:00
parent 567f493ee5
commit 52cc00ebfd
21 changed files with 46 additions and 42 deletions
+4 -4
View File
@@ -12,11 +12,11 @@ import (
"syscall"
"time"
"git.dittmar.dev/robin/dttmr-api/internal/api/router"
"git.dittmar.dev/robin/dttmr-api/internal/config"
"git.dittmar.dev/robin/dttmr-api/internal/database"
"git.dittmar.dev/robin/dttmr-api/internal/telemetry"
"github.com/joho/godotenv"
"github.com/robindittmar/dttmr-api/internal/api/router"
"github.com/robindittmar/dttmr-api/internal/config"
"github.com/robindittmar/dttmr-api/internal/database"
"github.com/robindittmar/dttmr-api/internal/telemetry"
)
var (