Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ub.com/gomodule/redigo

Bump redigo to 2.0.0 for new paths
  • Loading branch information
stanhu committed Mar 20, 2018
1 parent 45a5ad2 commit 813a243
Show file tree
Hide file tree
Showing 41 changed files with 4,080 additions and 179 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
version = "1.17.0"

[[constraint]]
name = "github.com/garyburd/redigo"
version = "1.4.0"
name = "github.com/gomodule/redigo"
version = "2.0.0"

[[constraint]]
name = "github.com/prometheus/client_golang"
Expand Down
2 changes: 1 addition & 1 deletion exporter/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
"time"

"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
"github.com/prometheus/client_golang/prometheus"
prom_strutil "github.com/prometheus/prometheus/util/strutil"
log "github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion exporter/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

"bytes"
"flag"
"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
"github.com/prometheus/client_golang/prometheus"
dto "github.com/prometheus/client_model/go"
)
Expand Down
4 changes: 2 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package: github.com/oliver006/redis_exporter
import:
- package: github.com/sirupsen/logrus
version: v0.11.0
- package: github.com/garyburd/redigo
version: v1.2.0
- package: github.com/gomodule/redigo
version: v2.0.0
subpackages:
- redis
- package: github.com/prometheus/client_golang
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/gomodule/redigo/.github/CONTRIBUTING.md

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

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

20 changes: 20 additions & 0 deletions vendor/github.com/gomodule/redigo/.travis.yml

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

File renamed without changes.
51 changes: 51 additions & 0 deletions vendor/github.com/gomodule/redigo/README.markdown

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

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

27 changes: 27 additions & 0 deletions vendor/github.com/gomodule/redigo/internal/commandinfo_test.go

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

68 changes: 68 additions & 0 deletions vendor/github.com/gomodule/redigo/internal/redistest/testdb.go

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

Loading

0 comments on commit 813a243

Please sign in to comment.