forked from DelineaXPM/dsv-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
43 lines (40 loc) · 1.69 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module thy
replace github.com/spf13/viper => github.com/thycotic-rd/viper v1.7.1
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/Azure/go-autorest/autorest v0.11.21
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
github.com/atotto/clipboard v0.1.1
github.com/aws/aws-sdk-go v1.40.37
github.com/danieljoos/wincred v1.0.1
github.com/fatih/color v1.13.0
github.com/gobuffalo/uuid v2.0.5+incompatible
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.2.0
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/jarcoal/httpmock v1.0.4
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/posener/complete v1.1.1
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20220329152356-43be30ef3008
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/api v0.13.0
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/yaml.v2 v2.3.0
)
go 1.16