Remove dependency on pkg/binary

PiperOrigin-RevId: 319770124
This commit is contained in:
Tamir Duberstein
2020-07-06 06:48:04 -07:00
committed by gVisor bot
parent 0c13538664
commit 043e5dddde
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -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",
+2 -1
View File
@@ -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"