File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/weaveworks/weave-gitops
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/Masterminds/semver/v3 v3.3.1
6
+ github.com/Masterminds/semver/v3 v3.4.0
7
7
github.com/NYTimes/gziphandler v1.1.1
8
8
github.com/alexedwards/scs/v2 v2.8.0
9
9
github.com/cheshir/ttlcache v1.0.1-0.20220504185148-8ceeff21b789
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJ
12
12
github.com/Masterminds/goutils v1.1.1 /go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU =
13
13
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww =
14
14
github.com/Masterminds/semver v1.5.0 /go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y =
15
- github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4 =
16
- github.com/Masterminds/semver/v3 v3.3.1 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
15
+ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
16
+ github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
17
17
github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60 =
18
18
github.com/Masterminds/sprig v2.22.0+incompatible /go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o =
19
19
github.com/Microsoft/go-winio v0.5.2 /go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY =
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ func TestKubernetesVersion(t *testing.T) {
49
49
{
50
50
name : "server version not semver compliant" ,
51
51
serverVersion : "1.x" ,
52
- expectedErr : `"1.x".*Invalid Semantic Version ` ,
52
+ expectedErr : `"1.x".*invalid semantic version ` ,
53
53
},
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments