Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Reimer 49c1615436 Merge pull request 'fix(deps): update module gopkg.in/yaml.v2 to v2.4.0' (#7) from renovate/gopkg.in-yaml.v2-2.x into main
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/head This commit looks good Details
Reviewed-on: #7
2023-09-28 10:06:34 +00:00
Renovate Bot a72e3ae519 fix(deps): update module gopkg.in/yaml.v2 to v2.4.0
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main This commit looks good Details
2023-09-28 03:12:39 +00:00
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -7,5 +7,5 @@ require (
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.10.0
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v2 v2.4.0
)

2
go.sum
View File

@ -63,3 +63,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I=
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=