-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
27 lines (25 loc) · 990 Bytes
/
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/k-kinzal/aliases
go 1.13
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/creasty/defaults v1.2.1
github.com/fatih/color v1.7.0
github.com/go-playground/locales v0.12.1
github.com/go-playground/universal-translator v0.16.0
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.0 // indirect
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7
github.com/imdario/mergo v0.3.6
github.com/kr/pty v1.1.3
github.com/leodido/go-urn v1.1.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6
gopkg.in/go-playground/validator.v9 v9.24.0
gopkg.in/yaml.v2 v2.2.2
)