-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (24 loc) · 1001 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/gumieri/ecsctl
go 1.12
require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/adrg/xdg v0.4.0
github.com/ahmetb/go-cursor v0.0.0-20131010032410-8136607ea412
github.com/aws/aws-sdk-go v1.51.22
github.com/fatih/color v1.16.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.1.0 // indirect
github.com/gumieri/open-in-editor v0.0.0-20180920123653-4f3f3f35875d
github.com/gumieri/typist v1.3.1
github.com/hashicorp/go-version v1.6.0
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)