vitess.io/vitess@v0.16.2/go.mod (about)

     1  module vitess.io/vitess
     2  
     3  go 1.20
     4  
     5  require (
     6  	cloud.google.com/go/storage v1.29.0
     7  	github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
     8  	github.com/Azure/azure-pipeline-go v0.2.3
     9  	github.com/Azure/azure-storage-blob-go v0.15.0
    10  	github.com/DataDog/datadog-go v4.8.3+incompatible
    11  	github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
    12  	github.com/PuerkitoBio/goquery v1.5.1
    13  	github.com/aquarapid/vaultlib v0.5.1
    14  	github.com/armon/go-metrics v0.4.1 // indirect
    15  	github.com/aws/aws-sdk-go v1.44.192
    16  	github.com/buger/jsonparser v1.1.1
    17  	github.com/cespare/xxhash/v2 v2.2.0
    18  	github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
    19  	github.com/corpix/uarand v0.1.1 // indirect
    20  	github.com/dave/jennifer v1.6.0
    21  	github.com/evanphx/json-patch v5.6.0+incompatible
    22  	github.com/fsnotify/fsnotify v1.6.0
    23  	github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
    24  	github.com/go-sql-driver/mysql v1.7.0
    25  	github.com/golang/glog v1.0.0
    26  	github.com/golang/mock v1.6.0
    27  	github.com/golang/protobuf v1.5.2
    28  	github.com/golang/snappy v0.0.4
    29  	github.com/google/go-cmp v0.5.9
    30  	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    31  	github.com/google/uuid v1.3.0
    32  	github.com/gorilla/handlers v1.5.1
    33  	github.com/gorilla/mux v1.8.0
    34  	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
    35  	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
    36  	github.com/hashicorp/consul/api v1.18.0
    37  	github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
    38  	github.com/hashicorp/serf v0.10.1 // indirect
    39  	github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
    40  	github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
    41  	github.com/imdario/mergo v0.3.13 // indirect
    42  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    43  	github.com/klauspost/compress v1.15.15
    44  	github.com/klauspost/pgzip v1.2.5
    45  	github.com/krishicks/yaml-patch v0.0.10
    46  	github.com/magiconair/properties v1.8.7
    47  	github.com/mattn/go-sqlite3 v1.14.16 // indirect
    48  	github.com/minio/minio-go v0.0.0-20190131015406-c8a261de75c1
    49  	github.com/montanaflynn/stats v0.7.0
    50  	github.com/olekukonko/tablewriter v0.0.5
    51  	github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e
    52  	github.com/opentracing/opentracing-go v1.2.0
    53  	github.com/patrickmn/go-cache v2.1.0+incompatible
    54  	github.com/philhofer/fwd v1.1.2 // indirect
    55  	github.com/pierrec/lz4 v2.6.1+incompatible
    56  	github.com/pires/go-proxyproto v0.6.2
    57  	github.com/pkg/errors v0.9.1
    58  	github.com/planetscale/pargzip v0.0.0-20201116224723-90c7fc03ea8a
    59  	github.com/planetscale/vtprotobuf v0.4.0
    60  	github.com/prometheus/client_golang v1.14.0
    61  	github.com/prometheus/common v0.39.0 // indirect
    62  	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
    63  	github.com/sjmudd/stopwatch v0.1.1
    64  	github.com/soheilhy/cmux v0.1.5
    65  	github.com/spf13/cobra v1.6.1
    66  	github.com/spf13/pflag v1.0.5
    67  	github.com/spf13/viper v1.15.0
    68  	github.com/stretchr/testify v1.8.1
    69  	github.com/tchap/go-patricia v2.3.0+incompatible
    70  	github.com/tidwall/gjson v1.12.1
    71  	github.com/tinylib/msgp v1.1.8 // indirect
    72  	github.com/uber/jaeger-client-go v2.30.0+incompatible
    73  	github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
    74  	github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
    75  	github.com/z-division/go-zookeeper v1.0.0
    76  	go.etcd.io/etcd/api/v3 v3.5.7
    77  	go.etcd.io/etcd/client/pkg/v3 v3.5.7
    78  	go.etcd.io/etcd/client/v3 v3.5.7
    79  	golang.org/x/crypto v0.5.0 // indirect
    80  	golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
    81  	golang.org/x/mod v0.7.0 // indirect
    82  	golang.org/x/net v0.7.0
    83  	golang.org/x/oauth2 v0.4.0
    84  	golang.org/x/sys v0.5.0 // indirect
    85  	golang.org/x/term v0.5.0
    86  	golang.org/x/text v0.7.0
    87  	golang.org/x/time v0.3.0
    88  	golang.org/x/tools v0.5.0
    89  	google.golang.org/api v0.109.0
    90  	google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
    91  	google.golang.org/grpc v1.52.3
    92  	google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
    93  	google.golang.org/grpc/examples v0.0.0-20210430044426-28078834f35b
    94  	google.golang.org/protobuf v1.28.1
    95  	gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
    96  	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
    97  	gopkg.in/gcfg.v1 v1.2.3
    98  	gopkg.in/ldap.v2 v2.5.1
    99  	gopkg.in/warnings.v0 v0.1.2 // indirect
   100  	gotest.tools v2.2.0+incompatible
   101  	honnef.co/go/tools v0.3.3
   102  	k8s.io/apiextensions-apiserver v0.18.19
   103  	k8s.io/apimachinery v0.26.1
   104  	k8s.io/client-go v0.26.1
   105  	k8s.io/code-generator v0.26.1
   106  	sigs.k8s.io/yaml v1.3.0
   107  )
   108  
   109  require (
   110  	github.com/bndr/gotabulate v1.1.2
   111  	github.com/hashicorp/go-version v1.6.0
   112  	github.com/kr/pretty v0.3.1
   113  	github.com/kr/text v0.2.0
   114  	github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
   115  	github.com/spyzhov/ajson v0.8.0
   116  	golang.org/x/exp v0.0.0-20230131160201-f062dba9d201
   117  	modernc.org/sqlite v1.20.3
   118  )
   119  
   120  require (
   121  	cloud.google.com/go v0.109.0 // indirect
   122  	cloud.google.com/go/compute v1.18.0 // indirect
   123  	cloud.google.com/go/compute/metadata v0.2.3 // indirect
   124  	cloud.google.com/go/iam v0.10.0 // indirect
   125  	github.com/BurntSushi/toml v1.2.1 // indirect
   126  	github.com/DataDog/datadog-agent/pkg/obfuscate v0.42.0 // indirect
   127  	github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.42.0 // indirect
   128  	github.com/DataDog/datadog-go/v5 v5.2.0 // indirect
   129  	github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
   130  	github.com/DataDog/sketches-go v1.4.1 // indirect
   131  	github.com/Microsoft/go-winio v0.6.0 // indirect
   132  	github.com/andybalholm/cascadia v1.1.0 // indirect
   133  	github.com/beorn7/perks v1.0.1 // indirect
   134  	github.com/coreos/go-semver v0.3.1 // indirect
   135  	github.com/coreos/go-systemd/v22 v22.5.0 // indirect
   136  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
   137  	github.com/cyphar/filepath-securejoin v0.2.3 // indirect
   138  	github.com/davecgh/go-spew v1.1.1 // indirect
   139  	github.com/dgraph-io/ristretto v0.1.1 // indirect
   140  	github.com/dustin/go-humanize v1.0.1 // indirect
   141  	github.com/emicklei/go-restful/v3 v3.10.1 // indirect
   142  	github.com/fatih/color v1.14.1 // indirect
   143  	github.com/felixge/httpsnoop v1.0.3 // indirect
   144  	github.com/go-logr/logr v1.2.3 // indirect
   145  	github.com/go-openapi/jsonpointer v0.19.6 // indirect
   146  	github.com/go-openapi/jsonreference v0.20.2 // indirect
   147  	github.com/go-openapi/swag v0.22.3 // indirect
   148  	github.com/gogo/protobuf v1.3.2 // indirect
   149  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
   150  	github.com/google/gnostic v0.6.9 // indirect
   151  	github.com/google/gofuzz v1.2.0 // indirect
   152  	github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
   153  	github.com/googleapis/gax-go/v2 v2.7.0 // indirect
   154  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
   155  	github.com/hashicorp/go-hclog v1.4.0 // indirect
   156  	github.com/hashicorp/go-rootcerts v1.0.2 // indirect
   157  	github.com/hashicorp/golang-lru v0.5.4 // indirect
   158  	github.com/hashicorp/hcl v1.0.0 // indirect
   159  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
   160  	github.com/josharian/intern v1.0.0 // indirect
   161  	github.com/json-iterator/go v1.1.12 // indirect
   162  	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
   163  	github.com/mailru/easyjson v0.7.7 // indirect
   164  	github.com/mattn/go-colorable v0.1.13 // indirect
   165  	github.com/mattn/go-ieproxy v0.0.9 // indirect
   166  	github.com/mattn/go-isatty v0.0.17 // indirect
   167  	github.com/mattn/go-runewidth v0.0.14 // indirect
   168  	github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
   169  	github.com/mitchellh/go-homedir v1.1.0 // indirect
   170  	github.com/mitchellh/mapstructure v1.5.0 // indirect
   171  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
   172  	github.com/modern-go/reflect2 v1.0.2 // indirect
   173  	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
   174  	github.com/pelletier/go-toml/v2 v2.0.6 // indirect
   175  	github.com/pmezard/go-difflib v1.0.0 // indirect
   176  	github.com/prometheus/client_model v0.3.0 // indirect
   177  	github.com/prometheus/procfs v0.9.0 // indirect
   178  	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
   179  	github.com/rivo/uniseg v0.4.3 // indirect
   180  	github.com/rogpeppe/go-internal v1.9.0 // indirect
   181  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
   182  	github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
   183  	github.com/spf13/afero v1.9.3 // indirect
   184  	github.com/spf13/cast v1.5.0 // indirect
   185  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
   186  	github.com/subosito/gotenv v1.4.2 // indirect
   187  	github.com/tidwall/match v1.1.1 // indirect
   188  	github.com/tidwall/pretty v1.2.0 // indirect
   189  	go.opencensus.io v0.24.0 // indirect
   190  	go.uber.org/atomic v1.10.0 // indirect
   191  	go.uber.org/multierr v1.9.0 // indirect
   192  	go.uber.org/zap v1.23.0 // indirect
   193  	go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
   194  	go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
   195  	golang.org/x/exp/typeparams v0.0.0-20230131160201-f062dba9d201 // indirect
   196  	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
   197  	google.golang.org/appengine v1.6.7 // indirect
   198  	gopkg.in/inf.v0 v0.9.1 // indirect
   199  	gopkg.in/ini.v1 v1.67.0 // indirect
   200  	gopkg.in/yaml.v2 v2.4.0 // indirect
   201  	gopkg.in/yaml.v3 v3.0.1 // indirect
   202  	inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
   203  	k8s.io/api v0.26.1 // indirect
   204  	k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9 // indirect
   205  	k8s.io/klog/v2 v2.90.0 // indirect
   206  	k8s.io/kube-openapi v0.0.0-20230202010329-39b3636cbaa3 // indirect
   207  	k8s.io/utils v0.0.0-20230115233650-391b47cb4029 // indirect
   208  	lukechampine.com/uint128 v1.2.0 // indirect
   209  	modernc.org/cc/v3 v3.40.0 // indirect
   210  	modernc.org/ccgo/v3 v3.16.13 // indirect
   211  	modernc.org/libc v1.22.2 // indirect
   212  	modernc.org/mathutil v1.5.0 // indirect
   213  	modernc.org/memory v1.5.0 // indirect
   214  	modernc.org/opt v0.1.3 // indirect
   215  	modernc.org/strutil v1.1.3 // indirect
   216  	modernc.org/token v1.1.0 // indirect
   217  	sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
   218  	sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
   219  )
   220  
   221  replace github.com/spyzhov/ajson v0.8.0 => github.com/rohit-nayak-ps/ajson v0.7.2-0.20230316112806-97deb03d883c