summaryrefslogtreecommitdiffhomepage
path: root/pkg/state
diff options
context:
space:
mode:
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"