Closed goddenrich closed 7 months ago
Reformat the go.mod so it is considered valid. Previously there were spaces where go.mod require tabs.
$ git diff diff --git a/go.mod b/go.mod index c32013a..e5763b0 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( ) retract ( - v1.1.0 - v1.1.1 - v1.1.2 + v1.1.2 + v1.1.1 + v1.1.0 )
Reformat the go.mod so it is considered valid. Previously there were spaces where go.mod require tabs.