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/layer5io/meshkit from 0.2.31 to 0.6.16 #240

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 18 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,31 @@ require (
github.com/aws/aws-sdk-go v1.36.30 // indirect
github.com/briandowns/spinner v1.16.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021
github.com/docker/docker v20.10.12+incompatible
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/runtime v0.19.31
github.com/go-openapi/strfmt v0.20.2
github.com/gofrs/uuid v3.4.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/gosimple/slug v1.10.0
github.com/grafana-tools/sdk v0.0.0-20210630212345-db1192e93802
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/jarcoal/httpmock v1.0.8
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/klauspost/compress v1.11.0 // indirect
github.com/layer5io/gowrk2 v0.0.0-20191111234958-a4c9071c0f87
github.com/layer5io/meshery-operator v0.2.22
github.com/layer5io/meshkit v0.2.31
github.com/layer5io/meshery-operator v0.5.5
github.com/layer5io/meshkit v0.6.16
github.com/layer5io/meshsync v0.1.27
github.com/layer5io/nighthawk-go v1.0.3
github.com/layer5io/service-mesh-performance v0.3.3
github.com/lib/pq v1.10.3
github.com/lib/pq v1.10.4
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/nsf/termbox-go v1.1.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
Expand All @@ -55,23 +54,21 @@ require (
github.com/prometheus/common v0.31.1
github.com/qri-io/jsonschema v0.2.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/spf13/viper v1.11.0
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/vektah/gqlparser/v2 v2.2.0
github.com/vmihailenco/taskq/v3 v3.0.0-beta.9.0.20200519124923-d9823546b85a
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
gonum.org/v1/gonum v0.9.3
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.21.16
k8s.io/api v0.22.2
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
sigs.k8s.io/controller-runtime v0.10.2
gorm.io/gorm v1.23.7
k8s.io/api v0.23.5
k8s.io/apiextensions-apiserver v0.23.5
k8s.io/apimachinery v0.23.5
k8s.io/client-go v0.23.5
sigs.k8s.io/controller-runtime v0.11.2
)
Loading