mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-03 02:49:47 +00:00
chore(imports): Update module path to openlibrecommunity organization
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"flag"
|
||||
"log"
|
||||
|
||||
"github.com/zarazaex69/olcrtc/internal/client"
|
||||
"github.com/zarazaex69/olcrtc/internal/server"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/client"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -13,9 +13,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/pion/webrtc/v4"
|
||||
"github.com/zarazaex69/olcrtc/internal/crypto"
|
||||
"github.com/zarazaex69/olcrtc/internal/mux"
|
||||
"github.com/zarazaex69/olcrtc/internal/telemost"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/crypto"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/mux"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/telemost"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
|
||||
@@ -11,9 +11,9 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/pion/webrtc/v4"
|
||||
"github.com/zarazaex69/olcrtc/internal/crypto"
|
||||
"github.com/zarazaex69/olcrtc/internal/mux"
|
||||
"github.com/zarazaex69/olcrtc/internal/telemost"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/crypto"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/mux"
|
||||
"github.com/openlibrecommunity/olcrtc/internal/telemost"
|
||||
)
|
||||
|
||||
type Server struct {
|
||||
|
||||
Reference in New Issue
Block a user