summaryrefslogtreecommitdiffhomepage
path: root/pkg/state
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2018-07-10 15:54:17 -0700
committerShentubot <shentubot@google.com>2018-07-10 15:55:10 -0700
commit9cd69c2f3db7fd4b30d14d86be5fb5a3401054e5 (patch)
tree6a33ef5f00b6b077c413035b70deeeab212fcd07 /pkg/state
parentb763b3992a2c4f16fc218e1920df5525dd75b114 (diff)
Internal change
PiperOrigin-RevId: 204028082 Change-Id: I4251cce10aace43f9b9a80c36204ef66f1b329df
Diffstat (limited to 'pkg/state')
-rw-r--r--pkg/state/statefile/statefile.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/state/statefile/statefile.go b/pkg/state/statefile/statefile.go
index 64b0a6312..0b4eff8fa 100644
--- a/pkg/state/statefile/statefile.go
+++ b/pkg/state/statefile/statefile.go
@@ -46,8 +46,6 @@ package statefile
import (
"bytes"
"compress/flate"
- "crypto/hmac"
- "crypto/sha256"
"encoding/json"
"fmt"
"hash"
@@ -55,6 +53,8 @@ import (
"strings"
"time"
+ "crypto/hmac"
+ "crypto/sha256"
"gvisor.googlesource.com/gvisor/pkg/binary"
"gvisor.googlesource.com/gvisor/pkg/compressio"
"gvisor.googlesource.com/gvisor/pkg/hashio"