Skip to content

Commit

Permalink
Revert "Retract versions v1.1.0 through v1.1.5 from Go modules (apach…
Browse files Browse the repository at this point in the history
…e#7150)"

This reverts commit 83255a7.
  • Loading branch information
zrhoffman committed Mar 1, 2023
1 parent 19dce00 commit 59949d3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,3 @@ require (
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
)

// Although the Apache Traffic Control considers v7.0.1 stable, Go modules consider it unstable because its major version
// is greater than 1, and without these retractions, a commit like 817a702a9de6 will have a computed vesion of
// v1.1.4-0.20201118150121-817a702a9de6
// With these retractions, the same commit will have a computed version of
// v0.0.0-20201118150121-817a702a9de6
// See https://pkg.go.dev/cmd/go@go1.15.15#hdr-Module_compatibility_and_semantic_versioning for details.
retract (
v1.1.5-retractions
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
)

0 comments on commit 59949d3

Please sign in to comment.