File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
github.com/prometheus/sigv4 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ require (
133
133
github.com/parquet-go/parquet-go v0.24.0
134
134
github.com/prometheus/alertmanager v0.28.0
135
135
github.com/prometheus/common/sigv4 v0.1.0
136
- github.com/prometheus/sigv4 v0.1.1
136
+ github.com/prometheus/sigv4 v0.1.2
137
137
github.com/richardartoul/molecule v1.0.0
138
138
github.com/schollz/progressbar/v3 v3.18.0
139
139
github.com/shirou/gopsutil/v4 v4.25.1
Original file line number Diff line number Diff line change @@ -1058,8 +1058,8 @@ github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0leargg
1058
1058
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
1059
1059
github.com/prometheus/prometheus v0.302.0 h1:47EsaoBRroS2ekSyMSOPIjXwYnY/mxoFk0xt2dkFvfI =
1060
1060
github.com/prometheus/prometheus v0.302.0 /go.mod h1:YcyCoTbUR/TM8rY3Aoeqr0AWTu/pu1Ehh+trpX3eRzg =
1061
- github.com/prometheus/sigv4 v0.1.1 h1:UJxjOqVcXctZlwDjpUpZ2OiMWJdFijgSofwLzO1Xk0Q =
1062
- github.com/prometheus/sigv4 v0.1.1 /go.mod h1:RAmWVKqx0bwi0Qm4lrKMXFM0nhpesBcenfCtz9qRyH8 =
1061
+ github.com/prometheus/sigv4 v0.1.2 h1:R7570f8AoM5YnTUPFm3mjZH5q2k4D+I/phCWvZ4PXG8 =
1062
+ github.com/prometheus/sigv4 v0.1.2 /go.mod h1:GF9fwrvLgkQwDdQ5BXeV9XUSCH/IPNqzvAoaohfjqMU =
1063
1063
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
1064
1064
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM =
1065
1065
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
Original file line number Diff line number Diff line change @@ -1587,7 +1587,7 @@ github.com/prometheus/prometheus/util/testutil
1587
1587
github.com/prometheus/prometheus/util/treecache
1588
1588
github.com/prometheus/prometheus/util/zeropool
1589
1589
github.com/prometheus/prometheus/web/api/v1
1590
- # github.com/prometheus/sigv4 v0.1.1
1590
+ # github.com/prometheus/sigv4 v0.1.2
1591
1591
## explicit; go 1.21
1592
1592
github.com/prometheus/sigv4
1593
1593
# github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
You can’t perform that action at this time.
0 commit comments