Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
767 stars 144 forks source link

format the go.mod #295

Closed goddenrich closed 3 months ago

goddenrich commented 3 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
 )