feat: change package name to v5

This commit is contained in:
langhuihui
2024-10-21 20:13:34 +08:00
parent 315b44bc46
commit fba41faf6b
134 changed files with 385 additions and 385 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"bufio"
"context"
"io"
"m7s.live/m7s/v5"
"m7s.live/m7s/v5/pkg/task"
flv "m7s.live/m7s/v5/plugin/flv/pkg"
"m7s.live/v5"
"m7s.live/v5/pkg/task"
flv "m7s.live/v5/plugin/flv/pkg"
"net"
"net/http"
"strings"