-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/gwleclerc/adr
go 1.18
require (
github.com/dustin/go-humanize v1.0.0
github.com/gernest/front v0.0.0-20210301115436-8a0b0a782d0a
github.com/gosimple/slug v1.12.0
github.com/jwalton/gchalk v1.3.0
github.com/mitchellh/mapstructure v1.5.0
github.com/ojizero/gofindup v1.1.3
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/tcnksm/go-gitconfig v0.1.2
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125
golang.org/x/exp v0.0.0-20220602145555-4a0574d9293f
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jwalton/go-supportscolor v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/onsi/gomega v1.19.0 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)