refactor: change mod name

This commit is contained in:
tux
2025-02-28 03:15:05 +05:30
parent 82448449af
commit 4fe8742133
7 changed files with 7 additions and 7 deletions

View File

@ -10,8 +10,8 @@ import (
"net"
"strings"
"github.com/0xtux/trok/internal/lib"
"github.com/rs/zerolog/log"
"github.com/tuxdotrs/trok/internal/lib"
)
type Trok struct {

View File

@ -11,9 +11,9 @@ import (
"sync"
"time"
"github.com/0xtux/trok/internal/lib"
gonanoid "github.com/matoous/go-nanoid/v2"
"github.com/rs/zerolog/log"
"github.com/tuxdotrs/trok/internal/lib"
)
type Conn struct {