Skip to content

Commit cf0f061

Browse files
chore(deps): bump google.golang.org/grpc in /apps/opensearch-cli
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.57.0...v1.57.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c7703a commit cf0f061

File tree

2 files changed

+3
-82
lines changed

2 files changed

+3
-82
lines changed

apps/opensearch-cli/go.mod

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,31 @@ module opensearch-cli
33
go 1.21.0
44

55
require (
6-
github.com/elastic/go-elasticsearch/v8 v8.9.0
76
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
127
github.com/opensearch-project/opensearch-go/v2 v2.3.0
138
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
179
github.com/spf13/viper v1.16.0
18-
github.com/stretchr/testify v1.8.4
1910
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
2311
)
2412

2513
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
3014
github.com/fsnotify/fsnotify v1.6.0 // indirect
31-
github.com/golang/protobuf v1.5.3 // indirect
3215
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
3516
github.com/magiconair/properties v1.8.7 // indirect
3617
github.com/mattn/go-colorable v0.1.13 // indirect
3718
github.com/mattn/go-isatty v0.0.17 // indirect
19+
github.com/mitchellh/mapstructure v1.5.0 // indirect
3820
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
39-
github.com/pmezard/go-difflib v1.0.0 // indirect
4021
github.com/spf13/afero v1.9.5 // indirect
4122
github.com/spf13/cast v1.5.1 // indirect
4223
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4324
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
4526
github.com/subosito/gotenv v1.4.2 // indirect
27+
go.uber.org/goleak v1.2.1 // indirect
4628
go.uber.org/multierr v1.10.0 // indirect
47-
golang.org/x/net v0.10.0 // indirect
4829
golang.org/x/sys v0.8.0 // indirect
4930
golang.org/x/text v0.9.0 // indirect
50-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
5131
gopkg.in/ini.v1 v1.67.0 // indirect
5232
gopkg.in/yaml.v3 v3.0.1 // indirect
5333
)

0 commit comments

Comments
 (0)