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.18 to 0.6.27 #271

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
40 changes: 19 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,54 +19,52 @@ require (
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/briandowns/spinner v1.16.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/docker v1.13.1
github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0
github.com/docker/docker v20.10.21+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.29
github.com/go-openapi/strfmt v0.20.1
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.9.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/layer5io/gowrk2 v0.0.0-20191111234958-a4c9071c0f87
github.com/layer5io/meshery-operator v0.2.19
github.com/layer5io/meshkit v0.2.18
github.com/layer5io/meshery-operator v0.5.5
github.com/layer5io/meshkit v0.6.27
github.com/layer5io/meshsync v0.1.23
github.com/layer5io/nighthawk-go v1.0.3
github.com/layer5io/service-mesh-performance v0.3.3
github.com/lib/pq v1.10.2
github.com/lib/pq v1.10.7
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/errors v0.9.1
github.com/prologic/bitcask v0.3.9
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.37.0
github.com/qri-io/jsonschema v0.2.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/spf13/viper v1.15.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/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
gonum.org/v1/gonum v0.9.3
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
google.golang.org/grpc v1.52.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.20.10
k8s.io/api v0.18.12
k8s.io/apimachinery v0.18.12
k8s.io/client-go v0.18.12
gorm.io/gorm v1.23.7
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.0
)
Loading