diff options
author | Michael Pratt <mpratt@google.com> | 2018-12-21 14:28:20 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-21 14:29:35 -0800 |
commit | 71f0d5108bfcfd6be2a61dc32579973f141f97f3 (patch) | |
tree | 49ea859300fdffc5efd12d1f1111ff6576cf370f /pkg/state/statefile/statefile.go | |
parent | b515556519a44d4b6a23590e236bb4f30726b5bf (diff) |
Internal Change
PiperOrigin-RevId: 226542979
Change-Id: Ife11ebd0a85b8a63078e6daa71b4a99a82080ac9
Diffstat (limited to 'pkg/state/statefile/statefile.go')
-rw-r--r-- | pkg/state/statefile/statefile.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/state/statefile/statefile.go b/pkg/state/statefile/statefile.go index 99158fd02..c21e3bb0e 100644 --- a/pkg/state/statefile/statefile.go +++ b/pkg/state/statefile/statefile.go @@ -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" ) |