File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,15 @@ differences:
97
97
<br>
98
98
Follows the rules outlined in
99
99
https://github.com/Masterminds/semver#checking-version-constraints
100
+ <br>
101
+ If the value appends with <code>-0</code> for pre-release versions,
102
+ <code>pre_releases</code> needs to be <code>true</code>.
103
+ </td>
104
+ </tr >
105
+ <tr >
106
+ <td><code>pre_releases</code> <em>(Optional)</em></td>
107
+ <td>
108
+ Includes pre-release versions. See [Pre-release versions](#pre-release-versions).
100
109
</td>
101
110
</tr >
102
111
<tr >
Original file line number Diff line number Diff line change 8
8
"sort"
9
9
"strings"
10
10
11
- "github.com/Masterminds/semver"
11
+ "github.com/Masterminds/semver/v3 "
12
12
resource "github.com/concourse/registry-image-resource"
13
13
"github.com/google/go-containerregistry/pkg/name"
14
14
v1 "github.com/google/go-containerregistry/pkg/v1"
Original file line number Diff line number Diff line change 9
9
"path/filepath"
10
10
"strings"
11
11
12
- "github.com/Masterminds/semver"
12
+ "github.com/Masterminds/semver/v3 "
13
13
resource "github.com/concourse/registry-image-resource"
14
14
"github.com/google/go-containerregistry/pkg/authn"
15
15
"github.com/google/go-containerregistry/pkg/name"
Original file line number Diff line number Diff line change 1
1
module github.com/concourse/registry-image-resource
2
2
3
3
require (
4
- github.com/Masterminds/semver v1.5 .0
4
+ github.com/Masterminds/semver/v3 v3.2 .0
5
5
github.com/VividCortex/ewma v1.1.1 // indirect
6
6
github.com/aws/aws-sdk-go v1.44.5
7
7
github.com/cenkalti/backoff v2.2.1+incompatible
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBp
79
79
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
80
80
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
81
81
github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
82
- github.com/Masterminds/semver v1.5 .0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww =
83
- github.com/Masterminds/semver v1.5 .0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y =
82
+ github.com/Masterminds/semver/v3 v3.2 .0 h1:3MEsd0SM6jqZojhjLWWeBY+Kcjy9i6MQAeY7YgDP83g =
83
+ github.com/Masterminds/semver/v3 v3.2 .0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ =
84
84
github.com/Microsoft/go-winio v0.4.11 /go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA =
85
85
github.com/Microsoft/go-winio v0.4.14 /go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA =
86
86
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 /go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw =
You can’t perform that action at this time.
0 commit comments