Skip to content

Commit 14114c9

Browse files
FuFikCZVlk, Ondrej
and
Vlk, Ondrej
authored
chore: updated prometheus and alertmanager dependencies (#4)
Updated versions: * github.com/prometheus/alertmanager -> v0.20.0 * github.com/prometheus/client_golang -> v1.6.0 Co-authored-by: Vlk, Ondrej <[email protected]>
1 parent 56ce430 commit 14114c9

File tree

3 files changed

+146
-55
lines changed

3 files changed

+146
-55
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
## Unreleased
3+
### Changed
4+
- prometheus and alertmanager dependency versions
35

46
## 0.7.0 / 2019-08-13
57

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.12
44

55
require (
66
github.com/alecthomas/kingpin v2.2.6+incompatible
7-
github.com/go-kit/kit v0.8.0
7+
github.com/go-kit/kit v0.9.0
88
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
9+
github.com/pkg/errors v0.8.1
10+
github.com/prometheus/alertmanager v0.20.0
11+
github.com/prometheus/client_golang v1.6.0
1212
github.com/xanzy/go-gitlab v0.18.0
1313
)

0 commit comments

Comments
 (0)