-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
27 lines (25 loc) · 1.03 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
module github.com/bvobart/mllint
go 1.16
require (
github.com/MichaelMure/go-term-markdown v0.1.4
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bvobart/gocover-cobertura v0.0.0-20210621150944-54fde689e823
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.11.0
github.com/go-enry/go-enry/v2 v2.7.0 // indirect
github.com/golang/mock v1.5.0
github.com/google/go-cmp v0.5.5
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gosuri/uilive v0.0.4
github.com/hashicorp/go-multierror v1.1.1
github.com/hhatto/gocloc v0.4.1
github.com/joshdk/go-junit v0.0.0-20210226021600-6145f504ca0d
github.com/juliangruber/go-intersect v1.0.0
github.com/mattn/go-isatty v0.0.12
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
github.com/pelletier/go-toml v1.9.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)