Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/olivere/elastic/v7 from 7.0.6 to 7.0.32 in /orc8r/cloud/go #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions orc8r/cloud/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ require (
github.com/go-sql-driver/mysql v1.4.1
github.com/go-swagger/go-swagger v0.21.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.3
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.7
github.com/google/uuid v1.1.2
github.com/hashicorp/go-multierror v1.0.0
github.com/labstack/echo v3.3.10+incompatible
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.11.0
github.com/olivere/elastic/v7 v7.0.6
github.com/olivere/elastic/v7 v7.0.32
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/ory/go-acc v0.2.6
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus/alertmanager v0.17.0
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
Expand All @@ -56,13 +56,13 @@ require (
github.com/prometheus/prometheus v0.0.0-20190607092147-e23fa22233cf
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.7.0
github.com/vektra/mockery v0.0.0-20181123154057-e78b021dcbb5
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a
google.golang.org/grpc v1.31.0
google.golang.org/grpc v1.33.2
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.0.0-20191016110408-35e52d86657a
Expand Down