Update go module name

هذا الالتزام موجود في:
Thomas Miceli
2023-05-15 21:07:29 +02:00
الأصل 0cae152e03
التزام 026bb7304c
13 ملفات معدلة مع 26 إضافات و26 حذوفات

عرض الملف

@@ -10,13 +10,13 @@ import (
"github.com/labstack/echo/v4/middleware"
"github.com/markbates/goth/gothic"
"github.com/rs/zerolog/log"
"github.com/thomiceli/opengist/internal/config"
"github.com/thomiceli/opengist/internal/git"
"github.com/thomiceli/opengist/internal/models"
"html/template"
"io"
"io/fs"
"net/http"
"opengist/internal/config"
"opengist/internal/git"
"opengist/internal/models"
"os"
"path/filepath"
"regexp"