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
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"fmt"
"time"
"github.com/robindittmar/dttmr-api/internal/domain"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
)
type AuthRepo struct {
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"errors"
"fmt"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
"github.com/jackc/pgx/v5/pgtype"
"github.com/robindittmar/dttmr-api/internal/domain"
)
var m = pgtype.NewMap()
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"fmt"
"time"
"github.com/robindittmar/dttmr-api/internal/domain"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
)
type InviteRepo struct {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"errors"
"fmt"
"github.com/robindittmar/dttmr-api/internal/domain"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
)
type ListRepo struct {
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/robindittmar/dttmr-api/internal/domain"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
)
type UserRepo struct {
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"testing"
"time"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
"github.com/DATA-DOG/go-sqlmock"
"github.com/robindittmar/dttmr-api/internal/domain"
"github.com/stretchr/testify/assert"
)