update src
This commit is contained in:
parent
9b366c156f
commit
ea5d096c37
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/denisbrodbeck/machineid"
|
||||
"github.com/go-redis/redis"
|
||||
"github.com/mattn/go-colorable"
|
||||
"github.com/pions/webrtc"
|
||||
"github.com/pion/webrtc/v2"
|
||||
"github.com/schollz/croc/v5/src/crypt"
|
||||
"github.com/schollz/croc/v5/src/utils"
|
||||
"github.com/schollz/croc/v5/src/webrtc/pkg/session/common"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
package bench
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/pion/webrtc/v2"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue