mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-06 07:06:54 +08:00
feat: change package name to v5
This commit is contained in:
@@ -11,11 +11,11 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
globalPB "m7s.live/m7s/v5/pb"
|
||||
"m7s.live/m7s/v5/plugin/transcode/pb"
|
||||
transcode "m7s.live/m7s/v5/plugin/transcode/pkg"
|
||||
globalPB "m7s.live/v5/pb"
|
||||
"m7s.live/v5/plugin/transcode/pb"
|
||||
transcode "m7s.live/v5/plugin/transcode/pkg"
|
||||
|
||||
"m7s.live/m7s/v5/pkg/config"
|
||||
"m7s.live/v5/pkg/config"
|
||||
)
|
||||
|
||||
func createTmpImage(image string) (string, error) {
|
||||
|
Reference in New Issue
Block a user