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 2c1caa6 commit 9c20d19Copy full SHA for 9c20d19
go.mod
@@ -3,6 +3,11 @@ module github.com/walmartdigital/commit-message-formatter
3
go 1.16
4
5
require (
6
+ github.com/golang/mock v1.6.0 // indirect
7
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
8
+ github.com/mritd/promptx v0.0.0-20201227060029-3c9bd8aa86dd // indirect
9
+ github.com/onsi/ginkgo v1.16.4 // indirect
10
+ github.com/onsi/gomega v1.13.0 // indirect
11
github.com/spf13/cobra v1.1.3
12
+ gopkg.in/yaml.v2 v2.4.0 // indirect
13
)
0 commit comments