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

@@ -9,8 +9,8 @@ import (
"sync"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/common"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/common"
"reticulum-go/pkg/debug"
)
const (

View File

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/common"
"reticulum-go/pkg/common"
)
func TestNewAutoInterface(t *testing.T) {

View File

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

View File

@@ -7,7 +7,7 @@ import (
"testing"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/common"
"reticulum-go/pkg/common"
)
func TestBaseInterfaceStateChanges(t *testing.T) {

View File

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

View File

@@ -7,7 +7,7 @@ import (
"net"
"syscall"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
)
func (tc *TCPClientInterface) setTimeoutsLinux() error {

View File

@@ -7,7 +7,7 @@ import (
"net"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
)
func (tc *TCPClientInterface) setTimeoutsLinux() error {

View File

@@ -9,7 +9,7 @@ import (
"time"
"unsafe"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
)
func (tc *TCPClientInterface) setTimeoutsLinux() error {

View File

@@ -7,7 +7,7 @@ import (
"net"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
)
func (tc *TCPClientInterface) setTimeoutsLinux() error {

View File

@@ -7,7 +7,7 @@ import (
"net"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
)
func (tc *TCPClientInterface) setTimeoutsLinux() error {

View File

@@ -5,7 +5,7 @@ import (
"net"
"time"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/debug"
)
func (tc *TCPClientInterface) setTimeoutsLinux() error {

View File

@@ -5,8 +5,8 @@ import (
"net"
"sync"
"github.com/Sudo-Ivan/reticulum-go/pkg/common"
"github.com/Sudo-Ivan/reticulum-go/pkg/debug"
"reticulum-go/pkg/common"
"reticulum-go/pkg/debug"
)
type UDPInterface struct {

View File

@@ -3,7 +3,7 @@ package interfaces
import (
"testing"
"github.com/Sudo-Ivan/reticulum-go/pkg/common"
"reticulum-go/pkg/common"
)
func TestNewUDPInterface(t *testing.T) {