fix: update module path to use GitHub URL

This commit is contained in:
2025-09-06 23:48:30 +02:00
parent 67987e6242
commit edf61049fc
19 changed files with 30 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ package connectivity
import (
"context"
"net"
"sshm/internal/config"
"github.com/Gu1llaum-3/sshm/internal/config"
"strings"
"sync"
"time"