refactor: use proper module name (#542)

* chore: reorganize go mod

* refactor: use proper module name
This commit is contained in:
Stavros
2025-12-26 17:53:24 +02:00
committed by GitHub
parent 7269fa1b95
commit a1c3e416b6
35 changed files with 130 additions and 101 deletions

View File

@@ -11,10 +11,11 @@ import (
"sort"
"strings"
"time"
"tinyauth/internal/config"
"tinyauth/internal/controller"
"tinyauth/internal/model"
"tinyauth/internal/utils"
"github.com/steveiliop56/tinyauth/internal/config"
"github.com/steveiliop56/tinyauth/internal/controller"
"github.com/steveiliop56/tinyauth/internal/model"
"github.com/steveiliop56/tinyauth/internal/utils"
"github.com/rs/zerolog/log"
"gorm.io/gorm"