-
Notifications
You must be signed in to change notification settings - Fork 49
[wip]: bump pulsar-client-go #4835
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,15 +3,15 @@ module github.com/pingcap/ticdc | |
| go 1.25.8 | ||
|
|
||
| require ( | ||
| cloud.google.com/go/kms v1.15.8 | ||
| cloud.google.com/go/storage v1.39.1 | ||
| cloud.google.com/go/kms v1.21.0 | ||
| cloud.google.com/go/storage v1.50.0 | ||
| github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0 | ||
| github.com/BurntSushi/toml v1.5.0 | ||
| github.com/DATA-DOG/go-sqlmock v1.5.0 | ||
| github.com/IBM/sarama v1.41.2 | ||
| github.com/KimMachineGun/automemlimit v0.2.4 | ||
| github.com/agiledragon/gomonkey/v2 v2.11.0 | ||
| github.com/apache/pulsar-client-go v0.13.0 | ||
| github.com/apache/pulsar-client-go v0.19.0 | ||
| github.com/aws/aws-sdk-go v1.55.5 | ||
| github.com/aws/aws-sdk-go-v2 v1.41.1 | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.2 | ||
|
|
@@ -48,7 +48,7 @@ require ( | |
| github.com/linkedin/goavro/v2 v2.14.0 | ||
| github.com/mailru/easyjson v0.7.7 | ||
| github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 | ||
| github.com/pierrec/lz4/v4 v4.1.21 | ||
| github.com/pierrec/lz4/v4 v4.1.22 | ||
| github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee | ||
| github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 | ||
| github.com/pingcap/kvproto v0.0.0-20251109100001-1907922fbd18 | ||
|
|
@@ -86,15 +86,15 @@ require ( | |
| go.uber.org/mock v0.5.2 | ||
| go.uber.org/multierr v1.11.0 | ||
| go.uber.org/zap v1.27.1 | ||
| golang.org/x/net v0.43.0 | ||
| golang.org/x/net v0.47.0 | ||
| golang.org/x/oauth2 v0.30.0 | ||
| golang.org/x/sync v0.17.0 | ||
| golang.org/x/sys v0.35.0 | ||
| golang.org/x/term v0.34.0 | ||
| golang.org/x/text v0.29.0 | ||
| golang.org/x/sync v0.18.0 | ||
| golang.org/x/sys v0.38.0 | ||
| golang.org/x/term v0.37.0 | ||
| golang.org/x/text v0.31.0 | ||
| golang.org/x/time v0.12.0 | ||
| google.golang.org/api v0.170.0 | ||
| google.golang.org/grpc v1.67.1 | ||
| google.golang.org/api v0.224.0 | ||
| google.golang.org/grpc v1.71.0 | ||
|
Comment on lines
+89
to
+97
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Several dependency versions in this block are invalid or refer to versions that have not been released yet (e.g., |
||
| google.golang.org/protobuf v1.36.6 | ||
| ) | ||
|
|
||
|
|
@@ -109,20 +109,19 @@ replace ( | |
| ) | ||
|
|
||
| require ( | ||
| cloud.google.com/go v0.112.2 // indirect | ||
| cloud.google.com/go/compute/metadata v0.5.0 // indirect | ||
| cloud.google.com/go/iam v1.1.7 // indirect | ||
| cloud.google.com/go v0.118.3 // indirect | ||
| cloud.google.com/go/compute/metadata v0.6.0 // indirect | ||
| cloud.google.com/go/iam v1.4.1 // indirect | ||
| filippo.io/edwards25519 v1.1.0 // indirect | ||
| github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect | ||
| github.com/99designs/keyring v1.2.1 // indirect | ||
| github.com/AthenZ/athenz v1.10.39 // indirect | ||
| github.com/AthenZ/athenz v1.12.13 // indirect | ||
| github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1 // indirect | ||
| github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect | ||
| github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 // indirect | ||
| github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
| github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect | ||
| github.com/DataDog/zstd v1.5.5 // indirect | ||
| github.com/Masterminds/semver v1.5.0 // indirect | ||
| github.com/RoaringBitmap/roaring/v2 v2.8.0 // indirect | ||
| github.com/VividCortex/ewma v1.2.0 // indirect | ||
| github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect | ||
| github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect | ||
|
|
@@ -180,7 +179,6 @@ require ( | |
| github.com/coocood/freecache v1.2.1 // indirect | ||
| github.com/coocood/rtutil v0.0.0-20190304133409-c84515f646f2 // indirect | ||
| github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
| github.com/danieljoos/wincred v1.1.2 // indirect | ||
| github.com/danjacques/gofslock v0.0.0-20240212154529-d899e02bfe22 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
|
|
@@ -191,44 +189,45 @@ require ( | |
| github.com/dolthub/maphash v0.1.0 // indirect | ||
| github.com/dolthub/swiss v0.2.1 // indirect | ||
| github.com/dustin/go-humanize v1.0.1 // indirect | ||
| github.com/dvsekhvalnov/jose2go v1.6.0 // indirect | ||
| github.com/eapache/go-resiliency v1.4.0 // indirect | ||
| github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect | ||
| github.com/eapache/queue v1.1.0 // indirect | ||
| github.com/edwingeng/deque v0.0.0-20191220032131-8596380dee17 // indirect | ||
| github.com/emirpasic/gods v1.18.1 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
| github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
| github.com/getsentry/sentry-go v0.27.0 // indirect | ||
| github.com/gin-contrib/sse v0.1.0 // indirect | ||
| github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.0.5 // indirect | ||
| github.com/go-ldap/ldap/v3 v3.4.4 // indirect | ||
| github.com/go-logr/logr v1.4.1 // indirect | ||
| github.com/go-logr/logr v1.4.2 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/go-playground/locales v0.14.1 // indirect | ||
| github.com/go-playground/universal-translator v0.18.1 // indirect | ||
| github.com/go-playground/validator/v10 v10.14.0 // indirect | ||
| github.com/go-resty/resty/v2 v2.11.0 // indirect | ||
| github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.4.0 // indirect | ||
| github.com/godbus/dbus/v5 v5.0.4 // indirect | ||
| github.com/golang-jwt/jwt/v4 v4.5.2 // indirect | ||
| github.com/golang/glog v1.2.4 // indirect | ||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/golang/snappy v0.0.4 // indirect | ||
| github.com/golang/snappy v1.0.0 // indirect | ||
| github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
| github.com/google/gofuzz v1.2.0 // indirect | ||
| github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d // indirect | ||
| github.com/google/s2a-go v0.1.7 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.12.3 // indirect | ||
| github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.14.1 // indirect | ||
| github.com/gorilla/mux v1.8.1 // indirect | ||
| github.com/gorilla/websocket v1.5.1 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect | ||
| github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect | ||
| github.com/hamba/avro/v2 v2.27.0 // indirect | ||
| github.com/hamba/avro/v2 v2.29.0 // indirect | ||
| github.com/hashicorp/errwrap v1.1.0 // indirect | ||
| github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
| github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
|
|
@@ -270,10 +269,9 @@ require ( | |
| github.com/mattn/go-runewidth v0.0.16 // indirect | ||
| github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect | ||
| github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/mtibben/percent v0.2.1 // indirect | ||
| github.com/mschoch/smat v0.2.0 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/ncw/directio v1.0.5 // indirect | ||
| github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7 // indirect | ||
|
|
@@ -284,7 +282,6 @@ require ( | |
| github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
| github.com/petermattis/goid v0.0.0-20250813065127-a731cc31b4fe // indirect | ||
| github.com/philhofer/fwd v1.2.0 // indirect | ||
| github.com/pierrec/lz4 v2.6.1+incompatible // indirect | ||
| github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d // indirect | ||
| github.com/pingcap/check v0.0.0-20211026125417-57bd13f7b5f0 // indirect | ||
| github.com/pingcap/fn v1.0.0 // indirect | ||
|
|
@@ -339,6 +336,7 @@ require ( | |
| github.com/ugorji/go/codec v1.2.11 // indirect | ||
| github.com/vbauerster/mpb/v7 v7.5.3 // indirect | ||
| github.com/wangjohn/quickselect v0.0.0-20161129230411-ed8402a42d5f // indirect | ||
| github.com/x448/float16 v0.8.4 // indirect | ||
| github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
| github.com/xdg-go/scram v1.1.2 // indirect | ||
| github.com/xdg-go/stringprep v1.0.4 // indirect | ||
|
|
@@ -350,37 +348,41 @@ require ( | |
| go.etcd.io/bbolt v1.3.10 // indirect | ||
| go.etcd.io/etcd/client/v2 v2.305.15 // indirect | ||
| go.opencensus.io v0.24.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect | ||
| go.opentelemetry.io/otel v1.24.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect | ||
| go.opentelemetry.io/otel v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.24.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.24.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.34.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.34.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.1.0 // indirect | ||
| golang.org/x/arch v0.3.0 // indirect | ||
| golang.org/x/crypto v0.41.0 // indirect | ||
| golang.org/x/crypto v0.45.0 // indirect | ||
| golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect | ||
| golang.org/x/mod v0.27.0 // indirect | ||
| golang.org/x/tools v0.36.0 // indirect | ||
| golang.org/x/mod v0.29.0 // indirect | ||
| golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect | ||
| golang.org/x/tools v0.38.0 // indirect | ||
| golang.org/x/tools/godoc v0.1.0-deprecated // indirect | ||
| golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
| google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
| google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/ini.v1 v1.67.0 // indirect | ||
| gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
| gopkg.in/yaml.v2 v2.4.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| gorm.io/gorm v1.25.12 // indirect | ||
| k8s.io/api v0.29.11 // indirect | ||
| k8s.io/apimachinery v0.29.11 // indirect | ||
| k8s.io/klog/v2 v2.120.1 // indirect | ||
| k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect | ||
| k8s.io/api v0.32.3 // indirect | ||
| k8s.io/apimachinery v0.32.3 // indirect | ||
| k8s.io/client-go v0.32.3 // indirect | ||
| k8s.io/klog/v2 v2.130.1 // indirect | ||
| k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect | ||
| modernc.org/mathutil v1.7.1 // indirect | ||
| sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
| sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect | ||
| sigs.k8s.io/yaml v1.4.0 // indirect | ||
| sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0 // indirect | ||
| sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version
v0.19.0forgithub.com/apache/pulsar-client-godoes not appear to be a valid released version. The latest stable version isv0.14.0. Using a non-existent version will cause build and dependency resolution failures.