forked from mitchellh/cli
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
30 lines (27 loc) · 1003 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
28
29
30
module github.com/hashicorp/cli
go 1.20
require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/armon/go-radix v1.0.0
github.com/bgentry/speakeasy v0.1.0
github.com/fatih/color v1.16.0
github.com/mattn/go-isatty v0.0.20
github.com/posener/complete v1.2.3
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/sys v0.14.0 // indirect
)