summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/throttled/throttled.v2/rate_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/throttled/throttled.v2/rate_test.go')
-rw-r--r--vendor/gopkg.in/throttled/throttled.v2/rate_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gopkg.in/throttled/throttled.v2/rate_test.go b/vendor/gopkg.in/throttled/throttled.v2/rate_test.go
index 292a050bc..a1a5f621e 100644
--- a/vendor/gopkg.in/throttled/throttled.v2/rate_test.go
+++ b/vendor/gopkg.in/throttled/throttled.v2/rate_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"time"
- "gopkg.in/throttled/throttled.v2"
- "gopkg.in/throttled/throttled.v2/store/memstore"
+ "github.com/throttled/throttled"
+ "github.com/throttled/throttled/store/memstore"
)
const deniedStatus = 429