rename package from guochao user to group public

This commit is contained in:
2023-08-17 11:46:35 +08:00
parent 46a5dd6e01
commit 25b01fc0ef
5 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import (
"strings"
"sync"
proto "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling"
proto "git.jeffthecoder.xyz/public/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling"
"github.com/charmbracelet/bubbles/textarea"
"github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea"

View File

@ -4,8 +4,8 @@ import (
"log"
"net"
signal_server "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/impl/signal-server"
proto "git.jeffthecoder.xyz/guochao/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling"
signal_server "git.jeffthecoder.xyz/public/meow-signaling.jeffthecoder.xyz/pkg/impl/signal-server"
proto "git.jeffthecoder.xyz/public/meow-signaling.jeffthecoder.xyz/pkg/proto/signaling"
"google.golang.org/grpc"
)