Skip to content

Commit

Permalink
Bump vitess.io/vitess
Browse files Browse the repository at this point in the history
Bumps the go_modules group with 1 update in the /vitess-mixin directory: [vitess.io/vitess](https://github.com/vitessio/vitess).


Updates `vitess.io/vitess` from 0.17.7 to 2.1.1+incompatible
- [Release notes](https://github.com/vitessio/vitess/releases)
- [Commits](vitessio/vitess@v0.17.7...v2.1.1)

---
updated-dependencies:
- dependency-name: vitess.io/vitess
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 951f273 commit d77f209
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 654 deletions.
33 changes: 32 additions & 1 deletion vitess-mixin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,48 @@ go 1.13

require (
github.com/Azure/go-autorest/autorest v0.11.1 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.44.192 // indirect
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible
github.com/fatih/color v1.14.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-jsonnet v0.16.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 // indirect
github.com/hashicorp/consul/api v1.18.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.4.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
github.com/kr/pretty v0.3.1 // indirect
github.com/krishicks/yaml-patch v0.0.10
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
// Believe it or not, this is actually version 2.13.1
// See https://github.com/prometheus/prometheus/issues/5590#issuecomment-546368944
github.com/prometheus/prometheus v1.8.2-0.20191017095924-6f92ce560538
github.com/stretchr/testify v1.8.3
vitess.io/vitess v0.17.7
golang.org/x/net v0.25.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
k8s.io/client-go v0.26.1 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.90.0 // indirect
k8s.io/kube-openapi v0.0.0-20230202010329-39b3636cbaa3 // indirect
k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
)

replace k8s.io/client-go v2.0.0-alpha.0.0.20181121191925-a47917edff34+incompatible => k8s.io/client-go v2.0.0-alpha.1+incompatible
Loading

0 comments on commit d77f209

Please sign in to comment.