]> Sergey Matveev's repositories - btrtrc.git/blobdiff - misc_test.go
Extract the request strategy logic
[btrtrc.git] / misc_test.go
index b7272151c606de170748d35d4b718ed0ac10e82f..a5ff2fea353a92bcb90e666b2baed639219b41ad 100644 (file)
@@ -5,8 +5,8 @@ import (
        "strings"
        "testing"
 
-       "github.com/anacrolix/missinggo/bitmap"
        "github.com/anacrolix/missinggo/iter"
+       "github.com/anacrolix/missinggo/v2/bitmap"
        "github.com/davecgh/go-spew/spew"
        "github.com/stretchr/testify/assert"
 )