Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #51

Merged
merged 2 commits into from Aug 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
49 changes: 34 additions & 15 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
Expand Up @@ -33,8 +33,8 @@
name = "github.com/hashicorp/go-version"

[[constraint]]
name = "gopkg.in/urfave/cli.v1"
version = "1.20.0"
name = "github.com/urfave/cli"
version = "1.21.0"

[[constraint]]
name = "github.com/prometheus/client_golang"
Expand Down
4 changes: 2 additions & 2 deletions couchdb-exporter.go
Expand Up @@ -10,8 +10,8 @@ import (

"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"gopkg.in/urfave/cli.v1"
"gopkg.in/urfave/cli.v1/altsrc"
"github.com/urfave/cli"
"github.com/urfave/cli/altsrc"
"k8s.io/klog"

"github.com/gesellix/couchdb-prometheus-exporter/fileutil"
Expand Down
2 changes: 1 addition & 1 deletion fileutil/map_input_source.go
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
"time"

"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
)

// MapInputSource implements InputSourceContext to return
Expand Down
4 changes: 2 additions & 2 deletions fileutil/properties_file_loader.go
Expand Up @@ -14,8 +14,8 @@ import (
"runtime"
"strings"

"gopkg.in/urfave/cli.v1"
"gopkg.in/urfave/cli.v1/altsrc"
"github.com/urfave/cli"
"github.com/urfave/cli/altsrc"
)

func readPropertiesFile(filename string) (map[interface{}]interface{}, error) {
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/golang/protobuf/go.mod

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

12 changes: 9 additions & 3 deletions vendor/github.com/golang/protobuf/jsonpb/jsonpb.go

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

32 changes: 32 additions & 0 deletions vendor/github.com/golang/protobuf/proto/all_test.go

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

6 changes: 4 additions & 2 deletions vendor/github.com/golang/protobuf/proto/text.go

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

43 changes: 20 additions & 23 deletions vendor/github.com/prometheus/client_golang/.gitignore

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

2 changes: 1 addition & 1 deletion vendor/github.com/prometheus/client_golang/.travis.yml

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

7 changes: 7 additions & 0 deletions vendor/github.com/prometheus/client_golang/CHANGELOG.md

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

4 changes: 2 additions & 2 deletions vendor/github.com/prometheus/client_golang/Dockerfile

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

10 changes: 6 additions & 4 deletions vendor/github.com/prometheus/client_golang/Makefile.common

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

2 changes: 1 addition & 1 deletion vendor/github.com/prometheus/client_golang/VERSION

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