mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal Change
PiperOrigin-RevId: 226542979 Change-Id: Ife11ebd0a85b8a63078e6daa71b4a99a82080ac9
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user