-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
33 lines (31 loc) · 1.28 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
module github.com/DevopsArtFactory/escli
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/aws/aws-sdk-go v1.42.27
github.com/blang/semver v3.5.1+incompatible
github.com/cheggaaa/pb/v3 v3.0.8
github.com/creack/pty v1.1.11 // indirect
github.com/elastic/go-elasticsearch/v8 v8.4.0-alpha.1.0.20230111172134-fe79737fe823
github.com/enescakir/emoji v1.0.0
github.com/fatih/color v1.10.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/opensearch-project/opensearch-go v1.1.0
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)