Skip to content

Commit

Permalink
Retract sub modules again (#294)
Browse files Browse the repository at this point in the history
This should be tagged as v0.6.5
  • Loading branch information
morphar authored Jan 22, 2022
1 parent 3fb0cac commit ffbea52
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/disco/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/disco
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/parse-linter-output/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/parse-linter-output
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/petstore-builder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/petstore-builder
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/protoc-gen-jsonschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/protoc-gen-jsonschema
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/protoc-gen-openapi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/protoc-gen-openapi
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/report-messages/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/report-messages
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/report/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/report
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
2 changes: 1 addition & 1 deletion cmd/vocabulary-operations/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module github.com/google/gnostic/cmd/vocabulary-operations
go 1.12

// all psuedoversions representing commits and real versions up to the retraction version
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.3]
retract [v0.0.0-20220107061744-94bcf11351a5, v0.6.5]
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)

retract (
v0.6.0 // Introduced multi modules, which was removed in v.0.6.1.
)
// v0.6.0 introduced multi modules, which was removed in v.0.6.1.
// v0.6.4 introduced multi modules again, which was removed in v.0.6.5.
retract [v0.6.0, v0.6.4]

0 comments on commit ffbea52

Please sign in to comment.