-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
23 lines (21 loc) · 806 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
module github.com/aripalo/vegas-credentials
go 1.16
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/aws/aws-sdk-go v1.40.59
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/dustin/go-humanize v1.0.0
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gookit/color v1.4.2
github.com/iancoleman/strcase v0.2.0
github.com/mattn/go-colorable v0.1.11
github.com/mattn/go-tty v0.0.3
github.com/mitchellh/mapstructure v1.4.2
github.com/ncruces/zenity v0.7.12
github.com/shirou/gopsutil v3.21.10-0.20211020152436-d863ea4cc5fb+incompatible
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/tklauser/go-sysconf v0.3.9 // indirect
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
)