Update go module name

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

عرض الملف

@@ -3,11 +3,11 @@ package ssh
import (
"errors"
"github.com/rs/zerolog/log"
"github.com/thomiceli/opengist/internal/git"
"github.com/thomiceli/opengist/internal/models"
"golang.org/x/crypto/ssh"
"gorm.io/gorm"
"io"
"opengist/internal/git"
"opengist/internal/models"
"os/exec"
"strings"
)

عرض الملف

@@ -3,12 +3,12 @@ package ssh
import (
"errors"
"github.com/rs/zerolog/log"
"github.com/thomiceli/opengist/internal/config"
"github.com/thomiceli/opengist/internal/models"
"golang.org/x/crypto/ssh"
"gorm.io/gorm"
"io"
"net"
"opengist/internal/config"
"opengist/internal/models"
"os"
"os/exec"
"path/filepath"