We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd29a3 commit 38f5ba8Copy full SHA for 38f5ba8
go.mod
@@ -0,0 +1,8 @@
1
+module github.com/walmartdigital/commit-message-formatter
2
+
3
+go 1.16
4
5
+require (
6
+ github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
7
+ github.com/spf13/cobra v1.1.3
8
+)
0 commit comments