Internal Change

PiperOrigin-RevId: 226542979
Change-Id: Ife11ebd0a85b8a63078e6daa71b4a99a82080ac9
This commit is contained in:
Michael Pratt
2018-12-21 14:29:35 -08:00
committed by Shentubot
parent b515556519
commit 71f0d5108b
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -46,14 +46,14 @@ package compressio
import (
"bytes"
"compress/flate"
"crypto/hmac"
"crypto/sha256"
"errors"
"hash"
"io"
"runtime"
"sync"
"crypto/hmac"
"crypto/sha256"
"gvisor.googlesource.com/gvisor/pkg/binary"
)
+2 -2
View File
@@ -46,6 +46,8 @@ package statefile
import (
"bytes"
"compress/flate"
"crypto/hmac"
"crypto/sha256"
"encoding/json"
"fmt"
"hash"
@@ -53,8 +55,6 @@ import (
"strings"
"time"
"crypto/hmac"
"crypto/sha256"
"gvisor.googlesource.com/gvisor/pkg/binary"
"gvisor.googlesource.com/gvisor/pkg/compressio"
)
+1 -1
View File
@@ -15,13 +15,13 @@
package tcp
import (
"crypto/sha1"
"encoding/binary"
"hash"
"io"
"sync"
"time"
"crypto/sha1"
"gvisor.googlesource.com/gvisor/pkg/rand"
"gvisor.googlesource.com/gvisor/pkg/sleep"
"gvisor.googlesource.com/gvisor/pkg/tcpip"