mirror of
https://github.com/Monibuca/plugin-ts.git
synced 2025-10-28 17:41:50 +08:00
修改引入包路径
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module github.com/Monibuca/plugin-ts/v4
|
module m7s.live/plugin/ts/v4
|
||||||
|
|
||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
|
|||||||
4
main.go
4
main.go
@@ -1,9 +1,9 @@
|
|||||||
package ts
|
package ts
|
||||||
|
|
||||||
import (
|
import (
|
||||||
. "github.com/Monibuca/engine/v4"
|
|
||||||
"github.com/Monibuca/engine/v4/track"
|
|
||||||
"github.com/asticode/go-astits"
|
"github.com/asticode/go-astits"
|
||||||
|
. "m7s.live/engine/v4"
|
||||||
|
"m7s.live/engine/v4/track"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TSConfig struct {
|
type TSConfig struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user