Skip to content

Commit 58d9dfa

Browse files
Bump github.com/prometheus/alertmanager from 0.27.0 to 0.28.0
Bumps [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/prometheus/alertmanager/releases) - [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md) - [Commits](prometheus/alertmanager@v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: github.com/prometheus/alertmanager dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b345a5 commit 58d9dfa

File tree

2 files changed

+39
-46
lines changed

2 files changed

+39
-46
lines changed

go.mod

+11-12
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
2222
github.com/DATA-DOG/go-sqlmock v1.5.0
2323
github.com/alecthomas/kong v1.7.0
24-
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
24+
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
2525
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2626
github.com/aws/aws-sdk-go v1.55.5
2727
github.com/blang/semver v3.5.1+incompatible
@@ -65,8 +65,8 @@ require (
6565
github.com/pkg/errors v0.9.1
6666
github.com/pkg/sftp v1.13.6
6767
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
68-
github.com/prometheus/alertmanager v0.27.0
69-
github.com/prometheus/client_golang v1.20.4
68+
github.com/prometheus/alertmanager v0.28.0
69+
github.com/prometheus/client_golang v1.20.5
7070
github.com/prometheus/common v0.62.0
7171
github.com/ramr/go-reaper v0.2.1
7272
github.com/robfig/cron/v3 v3.0.1
@@ -101,10 +101,10 @@ require (
101101
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
102102
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
103103
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
104-
github.com/benbjohnson/clock v1.3.5 // indirect
105104
github.com/blang/semver/v4 v4.0.0 // indirect
106105
github.com/charmbracelet/x/ansi v0.4.5 // indirect
107106
github.com/charmbracelet/x/term v0.2.0 // indirect
107+
github.com/coder/quartz v0.1.2 // indirect
108108
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
109109
github.com/distribution/reference v0.6.0 // indirect
110110
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -131,6 +131,8 @@ require (
131131
github.com/kr/fs v0.1.0 // indirect
132132
github.com/mattn/go-colorable v0.1.12 // indirect
133133
github.com/mattn/go-ieproxy v0.0.1 // indirect
134+
github.com/mdlayher/socket v0.4.1 // indirect
135+
github.com/mdlayher/vsock v1.2.1 // indirect
134136
github.com/minio/minio-go v6.0.14+incompatible // indirect
135137
github.com/mitchellh/go-homedir v1.1.0 // indirect
136138
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -184,8 +186,6 @@ require (
184186
github.com/dustin/go-humanize v1.0.1 // indirect
185187
github.com/go-faster/city v1.0.1 // indirect
186188
github.com/go-faster/errors v0.7.1 // indirect
187-
github.com/go-kit/log v0.2.1 // indirect
188-
github.com/go-logfmt/logfmt v0.5.1 // indirect
189189
github.com/go-openapi/analysis v0.23.0 // indirect
190190
github.com/go-openapi/jsonpointer v0.21.0 // indirect
191191
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -198,11 +198,10 @@ require (
198198
github.com/hashicorp/errwrap v1.1.0 // indirect
199199
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
200200
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
201-
github.com/hashicorp/go-msgpack v1.1.5 // indirect
202201
github.com/hashicorp/go-multierror v1.1.1 // indirect
203-
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
202+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
204203
github.com/hashicorp/golang-lru v0.6.0 // indirect
205-
github.com/hashicorp/memberlist v0.5.0
204+
github.com/hashicorp/memberlist v0.5.1
206205
github.com/jmespath/go-jmespath v0.4.0 // indirect
207206
github.com/josharian/intern v1.0.0 // indirect
208207
github.com/jpillora/backoff v1.0.0 // indirect
@@ -237,15 +236,15 @@ require (
237236
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
238237
github.com/prometheus/client_model v0.6.1 // indirect
239238
github.com/prometheus/common/sigv4 v0.1.0 // indirect
240-
github.com/prometheus/exporter-toolkit v0.11.0 // indirect
239+
github.com/prometheus/exporter-toolkit v0.13.2 // indirect
241240
github.com/prometheus/procfs v0.15.1 // indirect
242241
github.com/rivo/uniseg v0.4.7 // indirect
243242
github.com/rs/xid v1.5.0 // indirect
244243
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
245244
github.com/segmentio/asm v1.2.0 // indirect
246245
github.com/shopspring/decimal v1.4.0 // indirect
247-
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
248-
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
246+
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
247+
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92 // indirect
249248
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
250249
github.com/xdg-go/scram v1.1.2 // indirect
251250
github.com/xdg-go/stringprep v1.0.4 // indirect

0 commit comments

Comments
 (0)