@@ -3,51 +3,31 @@ module opensearch-cli
3
3
go 1.21.0
4
4
5
5
require (
6
- github.com/elastic/go-elasticsearch/v8 v8.9.0
7
6
github.com/fatih/color v1.15.0
8
- github.com/go-faker/faker/v4 v4.1.1
9
- github.com/go-redis/redis/v8 v8.11.5
10
- github.com/google/uuid v1.3.1
11
- github.com/mitchellh/mapstructure v1.5.0
12
7
github.com/opensearch-project/opensearch-go/v2 v2.3.0
13
8
github.com/pkg/errors v0.9.1
14
- github.com/rabbitmq/amqp091-go v1.8.1
15
- github.com/rs/zerolog v1.30.0
16
- opensearch-cli v0.0.0-20230117084133-4d5925cbc074
17
9
github.com/spf13/viper v1.16.0
18
- github.com/stretchr/testify v1.8.4
19
10
go.uber.org/zap v1.25.0
20
- google.golang.org/grpc v1.57.0
21
- google.golang.org/protobuf v1.31.0
22
- gorm.io/gorm v1.25.4
23
11
)
24
12
25
13
require (
26
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
27
- github.com/davecgh/go-spew v1.1.1 // indirect
28
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
29
- github.com/elastic/elastic-transport-go/v8 v8.3.0 // indirect
30
14
github.com/fsnotify/fsnotify v1.6.0 // indirect
31
- github.com/golang/protobuf v1.5.3 // indirect
32
15
github.com/hashicorp/hcl v1.0.0 // indirect
33
- github.com/jinzhu/inflection v1.0.0 // indirect
34
- github.com/jinzhu/now v1.1.5 // indirect
35
16
github.com/magiconair/properties v1.8.7 // indirect
36
17
github.com/mattn/go-colorable v0.1.13 // indirect
37
18
github.com/mattn/go-isatty v0.0.17 // indirect
19
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
38
20
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
39
- github.com/pmezard/go-difflib v1.0.0 // indirect
40
21
github.com/spf13/afero v1.9.5 // indirect
41
22
github.com/spf13/cast v1.5.1 // indirect
42
23
github.com/spf13/jwalterweatherman v1.1.0 // indirect
43
24
github.com/spf13/pflag v1.0.5 // indirect
44
- github.com/stretchr/objx v0.5.0 // indirect
25
+ github.com/stretchr/testify v1.8.4 // indirect
45
26
github.com/subosito/gotenv v1.4.2 // indirect
27
+ go.uber.org/goleak v1.2.1 // indirect
46
28
go.uber.org/multierr v1.10.0 // indirect
47
- golang.org/x/net v0.10.0 // indirect
48
29
golang.org/x/sys v0.8.0 // indirect
49
30
golang.org/x/text v0.9.0 // indirect
50
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
51
31
gopkg.in/ini.v1 v1.67.0 // indirect
52
32
gopkg.in/yaml.v3 v3.0.1 // indirect
53
33
)
0 commit comments