Skip to content

Commit 9c20d19

Browse files
v3.0 (feat): add embed vfs files using embed from go 1.16 and the call to build command
1 parent 2c1caa6 commit 9c20d19

File tree

3 files changed

+102
-0
lines changed

3 files changed

+102
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ module github.com/walmartdigital/commit-message-formatter
33
go 1.16
44

55
require (
6+
github.com/golang/mock v1.6.0 // indirect
67
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
711
github.com/spf13/cobra v1.1.3
12+
gopkg.in/yaml.v2 v2.4.0 // indirect
813
)

0 commit comments

Comments
 (0)