Skip to content

Commit 38f5ba8

Browse files
v3.0 (feature): add go mod to the project
1 parent 5fd29a3 commit 38f5ba8

File tree

3 files changed

+298
-5
lines changed

3 files changed

+298
-5
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)