mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove dependency on pkg/binary
PiperOrigin-RevId: 319770124
This commit is contained in:
committed by
gVisor bot
parent
0c13538664
commit
043e5dddde
@@ -58,7 +58,6 @@ go_library(
|
||||
imports = ["gvisor.dev/gvisor/pkg/tcpip/buffer"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//pkg/binary",
|
||||
"//pkg/log",
|
||||
"//pkg/rand",
|
||||
"//pkg/sleep",
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
package tcp
|
||||
|
||||
import (
|
||||
"gvisor.dev/gvisor/pkg/binary"
|
||||
"encoding/binary"
|
||||
|
||||
"gvisor.dev/gvisor/pkg/rand"
|
||||
"gvisor.dev/gvisor/pkg/sleep"
|
||||
"gvisor.dev/gvisor/pkg/sync"
|
||||
|
||||
Reference in New Issue
Block a user