File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/disco
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/parse-linter-output
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/petstore-builder
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/protoc-gen-jsonschema
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/protoc-gen-openapi
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/report-messages
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/report
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/vocabulary-operations
3
3
go 1.12
4
4
5
5
// all psuedoversions representing commits and real versions up to the retraction version
6
- retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.3 ]
6
+ retract [v0.0.0-20220107061744-94bcf11351a5 , v0.6.5 ]
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ require (
15
15
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
16
16
)
17
17
18
- retract (
19
- v0.6.0 // Introduced multi modules, which was removed in v.0.6.1 .
20
- )
18
+ // v0.6.0 introduced multi modules, which was removed in v.0.6.1.
19
+ // v0.6.4 introduced multi modules again , which was removed in v.0.6.5 .
20
+ retract [ v0.6.0 , v0.6.4 ]
You can’t perform that action at this time.
0 commit comments