We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ce430 commit 14114c9Copy full SHA for 14114c9
CHANGELOG.md
@@ -1,5 +1,7 @@
1
2
## Unreleased
3
+### Changed
4
+- prometheus and alertmanager dependency versions
5
6
## 0.7.0 / 2019-08-13
7
go.mod
@@ -4,10 +4,10 @@ go 1.12
require (
github.com/alecthomas/kingpin v2.2.6+incompatible
- github.com/go-kit/kit v0.8.0
+ github.com/go-kit/kit v0.9.0
8
github.com/gorilla/mux v1.7.2
9
- github.com/pkg/errors v0.8.0
10
- github.com/prometheus/alertmanager v0.17.1-0.20190619131440-bef850ac905c
11
- github.com/prometheus/client_golang v1.0.0
+ github.com/pkg/errors v0.8.1
+ github.com/prometheus/alertmanager v0.20.0
+ github.com/prometheus/client_golang v1.6.0
12
github.com/xanzy/go-gitlab v0.18.0
13
)
0 commit comments