-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
21 lines (19 loc) · 718 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/lintingzhen/commitizen-go
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)