Merge pull request #3 from darknetj/master
Fixed incorrect reference to throttled package
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
"github.com/PuerkitoBio/throttled"
|
||||
"github.com/PuerkitoBio/throttled/store"
|
||||
"gopkg.in/throttled/throttled.v2"
|
||||
"gopkg.in/throttled/throttled.v2/store"
|
||||
"github.com/gorilla/handlers"
|
||||
"github.com/justinas/alice"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user