Skip to content

Commit

Permalink
Bump github.com/hashicorp/consul from whatever to 1.8.4 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Oct 1, 2020
1 parent b141746 commit 5f0aa69
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 9 deletions.
18 changes: 13 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
module github.com/martin-helmich/prometheus-nginxlog-exporter

require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/armon/go-metrics v0.3.4 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/hashicorp/consul v0.0.0-20150921174127-de080672fee9
github.com/hashicorp/go-msgpack v0.5.3 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.7.0
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/serf v0.9.4 // indirect
github.com/hpcloud/tail v1.0.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/satyrius/gonx v1.3.1-0.20180709120835-47c52b995fe5
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 // indirect
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down
Loading

0 comments on commit 5f0aa69

Please sign in to comment.