-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgo.mod
26 lines (24 loc) · 915 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
module github.com/pokanop/nostromo
go 1.16
require (
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/iam v0.12.0 // indirect
cloud.google.com/go/storage v1.29.0 // indirect
github.com/aws/aws-sdk-go v1.44.209 // indirect
github.com/google/uuid v1.3.0
github.com/hashicorp/go-getter v1.7.0
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jinzhu/copier v0.3.5
github.com/klauspost/compress v1.15.15 // indirect
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shivamMg/ppds v0.0.1
github.com/spf13/afero v1.9.4 // indirect
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/ulikunitz/xz v0.5.11 // indirect
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
gopkg.in/yaml.v2 v2.4.0
)