Skip to content

Commit ffbea52

Browse files
authored
Retract sub modules again (#294)
This should be tagged as v0.6.5
1 parent 3fb0cac commit ffbea52

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

cmd/disco/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/disco
33
go 1.12
44

55
// 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]

cmd/parse-linter-output/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/parse-linter-output
33
go 1.12
44

55
// 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]

cmd/petstore-builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/petstore-builder
33
go 1.12
44

55
// 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]

cmd/protoc-gen-jsonschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/protoc-gen-jsonschema
33
go 1.12
44

55
// 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]

cmd/protoc-gen-openapi/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/protoc-gen-openapi
33
go 1.12
44

55
// 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]

cmd/report-messages/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/report-messages
33
go 1.12
44

55
// 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]

cmd/report/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/report
33
go 1.12
44

55
// 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]

cmd/vocabulary-operations/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/vocabulary-operations
33
go 1.12
44

55
// 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]

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ require (
1515
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
1616
)
1717

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]

0 commit comments

Comments
 (0)