From 71f0d5108bfcfd6be2a61dc32579973f141f97f3 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 21 Dec 2018 14:28:20 -0800 Subject: Internal Change PiperOrigin-RevId: 226542979 Change-Id: Ife11ebd0a85b8a63078e6daa71b4a99a82080ac9 --- pkg/state/statefile/statefile.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/state') 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" ) -- cgit v1.2.3