From 60cf9a024769b40931d0154ca97647b3147630d8 Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:35:30 +0100 Subject: [PATCH] Run goimports Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- pkg/store/bucket.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/store/bucket.go b/pkg/store/bucket.go index fc6129f815..dfe99e2ee3 100644 --- a/pkg/store/bucket.go +++ b/pkg/store/bucket.go @@ -9,7 +9,6 @@ import ( "context" "encoding/binary" "fmt" - "github.com/weaveworks/common/httpgrpc" "hash" "io" "math" @@ -21,6 +20,8 @@ import ( "sync" "time" + "github.com/weaveworks/common/httpgrpc" + "github.com/cespare/xxhash" "github.com/alecthomas/units"