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