修改引入包路径

This commit is contained in:
dexter
2022-02-27 21:45:06 +08:00
parent 2d6b9c9c90
commit bb45532e18
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/Monibuca/plugin-ts/v4
module m7s.live/plugin/ts/v4
go 1.18

View File

@@ -1,9 +1,9 @@
package ts
import (
. "github.com/Monibuca/engine/v4"
"github.com/Monibuca/engine/v4/track"
"github.com/asticode/go-astits"
. "m7s.live/engine/v4"
"m7s.live/engine/v4/track"
)
type TSConfig struct {