Skip to content

Commit

Permalink
Merge pull request #22 from kashalls/renovate/gopkg.in-yaml.v2-3.x
Browse files Browse the repository at this point in the history
fix(deps): update module gopkg.in/yaml.v2 to v3
  • Loading branch information
kashalls authored Mar 10, 2024
2 parents 4ee6500 + 3d3d87e commit de67cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/common v0.50.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -20,5 +21,4 @@ require (
github.com/prometheus/client_model v0.6.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit de67cb1

Please sign in to comment.