Update go module name

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

عرض الملف

@@ -10,10 +10,10 @@ import (
"github.com/go-playground/validator/v10"
"github.com/gorilla/sessions"
"github.com/labstack/echo/v4"
"github.com/thomiceli/opengist/internal/models"
"golang.org/x/crypto/argon2"
"html/template"
"net/http"
"opengist/internal/models"
"strconv"
"strings"
)