summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go')
-rw-r--r--vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go b/vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go
index 93406648f..e0453d78f 100644
--- a/vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go
+++ b/vendor/gopkg.in/throttled/throttled.v2/deprecated_test.go
@@ -5,8 +5,8 @@ import (
"net/http/httptest"
"testing"
- "gopkg.in/throttled/throttled.v2"
- "gopkg.in/throttled/throttled.v2/store"
+ "github.com/throttled/throttled"
+ "github.com/throttled/throttled/store"
)
// Ensure that the current implementation remains compatible with the