aboutsummaryrefslogtreecommitdiff
path: root/rate/ratelimit.go
diff options
context:
space:
mode:
Diffstat (limited to 'rate/ratelimit.go')
-rw-r--r--rate/ratelimit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rate/ratelimit.go b/rate/ratelimit.go
index 8525371..0278283 100644
--- a/rate/ratelimit.go
+++ b/rate/ratelimit.go
@@ -6,8 +6,8 @@ import (
"math"
"time"
- "github.com/lukechampine/stm"
- "github.com/lukechampine/stm/stmutil"
+ "github.com/anacrolix/stm"
+ "github.com/anacrolix/stm/stmutil"
)
type numTokens = int