update package name

This commit is contained in:
aynakeya
2024-04-09 22:03:50 -07:00
parent 83154ad6b0
commit eab02b0e02
7 changed files with 9 additions and 15 deletions

View File

@@ -2,8 +2,7 @@ package main
import (
"fmt"
"github.com/AynaLivePlayer/liveroom"
"github.com/AynaLivePlayer/liveroom/provider/openblive"
"github.com/AynaLivePlayer/liveroom-sdk/provider/openblive"
"os"
"os/signal"
"time"

View File

@@ -2,8 +2,7 @@ package main
import (
"fmt"
"github.com/AynaLivePlayer/liveroom"
"github.com/AynaLivePlayer/liveroom/provider/webdm"
"github.com/AynaLivePlayer/liveroom-sdk/provider/webdm"
"os"
"os/signal"
"time"