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

@@ -5,7 +5,7 @@ import (
"os"
"strings"
"sshm/internal/config"
"github.com/Gu1llaum-3/sshm/internal/config"
"github.com/spf13/cobra"
)