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

@@ -1,6 +1,6 @@
package main
import "sshm/cmd"
import "github.com/Gu1llaum-3/sshm/cmd"
func main() {
cmd.Execute()