mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
update src
This commit is contained in:
parent
9b366c156f
commit
ea5d096c37
2 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
"github.com/denisbrodbeck/machineid"
|
"github.com/denisbrodbeck/machineid"
|
||||||
"github.com/go-redis/redis"
|
"github.com/go-redis/redis"
|
||||||
"github.com/mattn/go-colorable"
|
"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/crypt"
|
||||||
"github.com/schollz/croc/v5/src/utils"
|
"github.com/schollz/croc/v5/src/utils"
|
||||||
"github.com/schollz/croc/v5/src/webrtc/pkg/session/common"
|
"github.com/schollz/croc/v5/src/webrtc/pkg/session/common"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
package bench
|
package bench
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
|
|
||||||
"github.com/pion/webrtc/v2"
|
"github.com/pion/webrtc/v2"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue