|
1 | 1 | module github.com/portworx/pxc
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
7 | 7 | github.com/cheynewallace/tabby v1.1.1
|
8 | 8 | github.com/dustin/go-humanize v1.0.0
|
9 | 9 | github.com/gizak/termui/v3 v3.1.0
|
10 |
| - github.com/gogo/protobuf v1.3.2 // indirect |
11 | 10 | github.com/golang-jwt/jwt/v4 v4.4.2
|
12 |
| - github.com/golang/protobuf v1.4.3 |
13 |
| - github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 |
14 |
| - github.com/libopenstorage/openstorage-sdk-clients v0.109.0 |
| 11 | + github.com/golang/protobuf v1.5.2 |
| 12 | + github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
| 13 | + github.com/libopenstorage/openstorage-sdk-clients v0.101.27 |
15 | 14 | github.com/mitchellh/go-homedir v1.1.0
|
16 |
| - github.com/sirupsen/logrus v1.8.1 |
17 |
| - github.com/spf13/cobra v1.1.3 |
| 15 | + github.com/sirupsen/logrus v1.9.0 |
| 16 | + github.com/spf13/cobra v1.5.0 |
18 | 17 | github.com/spf13/pflag v1.0.5
|
19 |
| - github.com/stretchr/testify v1.7.0 |
20 |
| - golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect |
21 |
| - google.golang.org/grpc v1.36.0 |
| 18 | + github.com/stretchr/testify v1.8.0 |
| 19 | + google.golang.org/grpc v1.49.0 |
22 | 20 | gopkg.in/yaml.v2 v2.4.0
|
23 |
| - k8s.io/api v0.20.4 |
24 |
| - k8s.io/apimachinery v0.20.4 |
25 |
| - k8s.io/cli-runtime v0.20.4 |
26 |
| - k8s.io/client-go v0.20.4 |
| 21 | + k8s.io/api v0.25.0 |
| 22 | + k8s.io/apimachinery v0.25.0 |
| 23 | + k8s.io/cli-runtime v0.25.0 |
| 24 | + k8s.io/client-go v0.25.0 |
27 | 25 | )
|
28 | 26 |
|
29 |
| -replace github.com/grpc-ecosystem/grpc-gateway v1.9.0 => github.com/grpc-ecosystem/grpc-gateway v1.16.0 |
| 27 | +require ( |
| 28 | + github.com/PuerkitoBio/purell v1.1.1 // indirect |
| 29 | + github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
| 30 | + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
| 31 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 32 | + github.com/emicklei/go-restful/v3 v3.8.0 // indirect |
| 33 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 34 | + github.com/go-errors/errors v1.0.1 // indirect |
| 35 | + github.com/go-logr/logr v1.2.3 // indirect |
| 36 | + github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 37 | + github.com/go-openapi/jsonreference v0.19.5 // indirect |
| 38 | + github.com/go-openapi/swag v0.19.14 // indirect |
| 39 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 40 | + github.com/google/btree v1.0.1 // indirect |
| 41 | + github.com/google/gnostic v0.5.7-v3refs // indirect |
| 42 | + github.com/google/gofuzz v1.1.0 // indirect |
| 43 | + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
| 44 | + github.com/google/uuid v1.1.2 // indirect |
| 45 | + github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
| 46 | + github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect |
| 47 | + github.com/imdario/mergo v0.3.6 // indirect |
| 48 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 49 | + github.com/josharian/intern v1.0.0 // indirect |
| 50 | + github.com/json-iterator/go v1.1.12 // indirect |
| 51 | + github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
| 52 | + github.com/mailru/easyjson v0.7.6 // indirect |
| 53 | + github.com/mattn/go-runewidth v0.0.2 // indirect |
| 54 | + github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect |
| 55 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 56 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 57 | + github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
| 58 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 59 | + github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect |
| 60 | + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
| 61 | + github.com/pkg/errors v0.9.1 // indirect |
| 62 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 63 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 64 | + github.com/xlab/treeprint v1.1.0 // indirect |
| 65 | + go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect |
| 66 | + golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect |
| 67 | + golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect |
| 68 | + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
| 69 | + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
| 70 | + golang.org/x/text v0.3.7 // indirect |
| 71 | + golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
| 72 | + google.golang.org/appengine v1.6.7 // indirect |
| 73 | + google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154 // indirect |
| 74 | + google.golang.org/protobuf v1.28.0 // indirect |
| 75 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 76 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 77 | + k8s.io/klog/v2 v2.70.1 // indirect |
| 78 | + k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect |
| 79 | + k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect |
| 80 | + sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect |
| 81 | + sigs.k8s.io/kustomize/api v0.12.1 // indirect |
| 82 | + sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect |
| 83 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 84 | + sigs.k8s.io/yaml v1.2.0 // indirect |
| 85 | +) |
0 commit comments