Update go module name

This commit is contained in:
Thomas Miceli
2023-05-15 21:07:29 +02:00
parent 0cae152e03
commit 026bb7304c
13 changed files with 26 additions and 26 deletions

View File

@ -11,13 +11,13 @@ import (
"github.com/markbates/goth/providers/gitea"
"github.com/markbates/goth/providers/github"
"github.com/rs/zerolog/log"
"github.com/thomiceli/opengist/internal/config"
"github.com/thomiceli/opengist/internal/models"
"golang.org/x/text/cases"
"golang.org/x/text/language"
"gorm.io/gorm"
"io"
"net/http"
"opengist/internal/config"
"opengist/internal/models"
"strings"
)