Skip to content

Commit

Permalink
Update Garyburd into Gomodule
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenedrickh committed Feb 18, 2020
1 parent 920d7e8 commit b543671
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: github.com/gojek-engineering/go-ratelimit
import:
- package: github.com/garyburd/redigo
- package: github.com/gomodule/redigo
version: ^1.0.0
subpackages:
- redis
Expand Down
2 changes: 1 addition & 1 deletion ratelimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"strconv"

"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
)

// ErrBlocked is returned when an attribute is rate limited
Expand Down
2 changes: 1 addition & 1 deletion ratelimit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ratelimit
import (
"testing"

"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
Expand Down

0 comments on commit b543671

Please sign in to comment.