File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/pmoscode/helm-chart-update-check
33go 1.22.3 // Update GH Action aswell
44
55require (
6- github.com/Masterminds/semver/v3 v3.3.0
7- gopkg.in/yaml.v3 v3.0.1
6+ github.com/Masterminds/semver/v3 v3.3.1
87 github.com/pmoscode/go-common v0.10.0
8+ gopkg.in/yaml.v3 v3.0.1
99)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0
22github.com/Masterminds/semver/v3 v3.2.1 /go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ =
33github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+hmvYS0 =
44github.com/Masterminds/semver/v3 v3.3.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
5+ github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4 =
6+ github.com/Masterminds/semver/v3 v3.3.1 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
57github.com/pmoscode/go-common v0.10.0 h1:yrllglzwdbozsB2NB7DNTKqrulaLkig9t50+/yZYOf4 =
68github.com/pmoscode/go-common v0.10.0 /go.mod h1:Me/Dh7F7F1fnUeBpmAK0qlZJ4LkVgFMOvznn7g8zcbY =
79gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments