Update module path to remove the GitHub

This commit is contained in:
2025-12-20 19:19:30 -06:00
parent 0efd83f0e8
commit 9b1f45ff77
31 changed files with 78 additions and 78 deletions

View File

@@ -8,7 +8,7 @@ import (
"strconv"
"strings"
"github.com/Sudo-Ivan/reticulum-go/pkg/common"
"reticulum-go/pkg/common"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"sync"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
"github.com/vmihailenco/msgpack/v5"
)