From 09acf80cc0b834d61d21e2eb560880fc32609663 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Thu, 16 Nov 2023 17:19:35 -0800 Subject: [PATCH] Order imports --- purge_test.go | 3 +-- repo_db_mirror_test.go | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/purge_test.go b/purge_test.go index ae86bb2..a119fb4 100644 --- a/purge_test.go +++ b/purge_test.go @@ -6,9 +6,8 @@ import ( "testing" "time" - "github.com/stretchr/testify/require" - "github.com/prometheus/client_golang/prometheus/testutil" + "github.com/stretchr/testify/require" ) func TestPurge(t *testing.T) { diff --git a/repo_db_mirror_test.go b/repo_db_mirror_test.go index f6cf0da..c277b66 100644 --- a/repo_db_mirror_test.go +++ b/repo_db_mirror_test.go @@ -10,9 +10,8 @@ import ( "strings" "testing" - "github.com/stretchr/testify/require" - "github.com/klauspost/compress/zstd" + "github.com/stretchr/testify/require" ) // https://gist.github.com/maximilien/328c9ac19ab0a158a8df slightly modified to create a fake package