Skip to content

Commit

Permalink
Merge pull request oliver006#143 from stanhu/update-redigo-path
Browse files Browse the repository at this point in the history
Move  location of redisgo
  • Loading branch information
oliver006 authored Mar 21, 2018
2 parents 45a5ad2 + 813a243 commit c452304
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 c452304

Please sign in to comment.