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

@ -4,8 +4,8 @@ import (
"crypto/md5"
"fmt"
"github.com/labstack/echo/v4"
"github.com/thomiceli/opengist/internal/models"
"golang.org/x/crypto/ssh"
"opengist/internal/models"
"strconv"
"strings"
"time"