-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.24 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.24 KB
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
module github.com/abice/gencheck
go 1.13
require (
github.com/Bowery/prompt v0.0.0-20180817134258-8a1d5376df1c // indirect
github.com/Masterminds/semver v1.2.2 // indirect
github.com/Masterminds/sprig v2.17.1+incompatible
github.com/aokoli/goutils v1.1.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/golang/mock v1.3.1
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.0.0-20171009183408-7fe0c75c13ab // indirect
github.com/kevinburke/go-bindata v3.16.0+incompatible
github.com/labstack/gommon v0.2.9-0.20190125185610-82ef680aef51 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035 // indirect
github.com/mattn/goveralls v0.0.5
github.com/mkideal/cli v0.0.3-0.20190117035342-a48c2cee5b5e
github.com/mkideal/pkg v0.0.0-20170503154153-3e188c9e7ecc // indirect
github.com/pkg/errors v0.8.0
github.com/stretchr/testify v1.4.0
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200117173607-7ad9cd8f3189
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)