diff --git a/public/bundle/enterprise/go.mod b/public/bundle/enterprise/go.mod index 8a564949af..e35d493876 100644 --- a/public/bundle/enterprise/go.mod +++ b/public/bundle/enterprise/go.mod @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/enterprise/v4 go 1.23.4 -require github.com/redpanda-data/connect/v4 v4.44.0 +require github.com/redpanda-data/connect/v4 v4.45.1 require ( cel.dev/expr v0.19.1 // indirect @@ -20,7 +20,7 @@ require ( cloud.google.com/go/storage v1.48.0 // indirect cloud.google.com/go/trace v1.11.2 // indirect cloud.google.com/go/vertexai v0.13.2 // indirect - cuelang.org/go v0.11.0 // indirect + cuelang.org/go v0.11.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.2 // indirect @@ -51,6 +51,7 @@ require ( github.com/Jeffail/grok v1.1.0 // indirect github.com/Jeffail/shutdown v1.0.0 // indirect github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect + github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/squirrel v1.5.4 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect @@ -157,6 +158,7 @@ require ( github.com/go-jose/go-jose/v4 v4.0.4 // indirect github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect + github.com/go-mysql-org/go-mysql v1.10.0 // indirect github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect github.com/go-sql-driver/mysql v1.8.1 // indirect github.com/goccy/go-json v0.10.4 // indirect @@ -233,7 +235,7 @@ require ( github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect github.com/lib/pq v1.10.9 // indirect - github.com/linkedin/goavro/v2 v2.13.0 // indirect + github.com/linkedin/goavro/v2 v2.13.1 // indirect github.com/mailru/easyjson v0.9.0 // indirect github.com/matoous/go-nanoid/v2 v2.1.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect @@ -245,7 +247,6 @@ require ( 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/montanaflynn/stats v0.7.1 // indirect github.com/mtibben/percent v0.2.1 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/nats-io/jwt/v2 v2.5.7 // indirect @@ -261,7 +262,7 @@ require ( github.com/oklog/ulid v1.3.1 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/olivere/elastic/v7 v7.0.32 // indirect - github.com/ollama/ollama v0.5.2 // indirect + github.com/ollama/ollama v0.5.4 // indirect github.com/opensearch-project/opensearch-go/v3 v3.1.0 // indirect github.com/oschwald/geoip2-golang v1.11.0 // indirect github.com/oschwald/maxminddb-golang v1.13.1 // indirect @@ -272,6 +273,10 @@ require ( github.com/pierrec/lz4 v2.6.1+incompatible // indirect github.com/pierrec/lz4/v4 v4.1.22 // indirect github.com/pinecone-io/go-pinecone v1.1.1 // indirect + github.com/pingcap/errors v0.11.5-0.20240311024730-e056997136bb // indirect + github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect + github.com/pingcap/log v1.1.1-0.20230317032135-a0d097d16e22 // indirect + github.com/pingcap/tidb/pkg/parser v0.0.0-20241118164214-4f047be191be // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pkg/sftp v1.13.7 // indirect @@ -289,7 +294,7 @@ require ( github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/redis/go-redis/v9 v9.7.0 // indirect - github.com/redpanda-data/benthos/v4 v4.42.0 // indirect + github.com/redpanda-data/benthos/v4 v4.43.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rickb777/period v1.0.7 // indirect github.com/rickb777/plural v1.4.2 // indirect @@ -302,6 +307,8 @@ require ( github.com/segmentio/encoding v0.4.1 // indirect github.com/segmentio/ksuid v1.0.4 // indirect github.com/shopspring/decimal v1.4.0 // indirect + github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect + github.com/siddontang/go-log v0.0.0-20180807004314-8d05993dda07 // indirect github.com/sijms/go-ora/v2 v2.8.22 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/smira/go-statsd v1.3.4 // indirect @@ -333,7 +340,7 @@ require ( github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect go.etcd.io/bbolt v1.3.10 // indirect - go.mongodb.org/mongo-driver v1.17.1 // indirect + go.mongodb.org/mongo-driver/v2 v2.0.0 // indirect go.nanomsg.org/mangos/v3 v3.4.2 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect @@ -353,24 +360,24 @@ require ( go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect + golang.org/x/crypto v0.32.0 // indirect + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/oauth2 v0.24.0 // indirect golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/time v0.8.0 // indirect - golang.org/x/tools v0.28.0 // indirect + golang.org/x/tools v0.29.0 // indirect golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect google.golang.org/api v0.211.0 // indirect google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect google.golang.org/grpc v1.69.0 // indirect - google.golang.org/protobuf v1.35.2 // indirect + google.golang.org/protobuf v1.36.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/public/bundle/free/go.mod b/public/bundle/free/go.mod index b985adb6ad..b275507bef 100644 --- a/public/bundle/free/go.mod +++ b/public/bundle/free/go.mod @@ -1,10 +1,8 @@ module github.com/redpanda-data/connect/public/bundle/free/v4 -go 1.23.0 +go 1.23.4 -toolchain go1.23.4 - -require github.com/redpanda-data/connect/v4 v4.44.0 +require github.com/redpanda-data/connect/v4 v4.45.1 require ( cel.dev/expr v0.19.1 // indirect @@ -20,7 +18,7 @@ require ( cloud.google.com/go/spanner v1.73.0 // indirect cloud.google.com/go/storage v1.48.0 // indirect cloud.google.com/go/trace v1.11.2 // indirect - cuelang.org/go v0.11.0 // indirect + cuelang.org/go v0.11.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.2 // indirect @@ -229,7 +227,7 @@ require ( github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect github.com/lib/pq v1.10.9 // indirect - github.com/linkedin/goavro/v2 v2.13.0 // indirect + github.com/linkedin/goavro/v2 v2.13.1 // indirect github.com/mailru/easyjson v0.9.0 // indirect github.com/matoous/go-nanoid/v2 v2.1.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect @@ -241,7 +239,6 @@ require ( 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/montanaflynn/stats v0.7.1 // indirect github.com/mtibben/percent v0.2.1 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/nats-io/jwt/v2 v2.5.7 // indirect @@ -284,7 +281,7 @@ require ( github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/redis/go-redis/v9 v9.7.0 // indirect - github.com/redpanda-data/benthos/v4 v4.42.0 // indirect + github.com/redpanda-data/benthos/v4 v4.43.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/rickb777/period v1.0.7 // indirect github.com/rickb777/plural v1.4.2 // indirect @@ -307,6 +304,7 @@ require ( github.com/timeplus-io/proton-go-driver/v2 v2.0.17 // indirect github.com/trinodb/trino-go-client v0.320.0 // indirect github.com/twmb/franz-go v1.18.0 // indirect + github.com/twmb/franz-go/pkg/kadm v1.13.0 // indirect github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect github.com/twmb/franz-go/pkg/sr v1.2.0 // indirect github.com/urfave/cli/v2 v2.27.5 // indirect @@ -325,7 +323,7 @@ require ( github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect github.com/zeebo/xxh3 v1.0.2 // indirect go.etcd.io/bbolt v1.3.10 // indirect - go.mongodb.org/mongo-driver v1.17.1 // indirect + go.mongodb.org/mongo-driver/v2 v2.0.0 // indirect go.nanomsg.org/mangos/v3 v3.4.2 // indirect go.opencensus.io v0.24.0 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect @@ -345,24 +343,24 @@ require ( go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect + golang.org/x/crypto v0.32.0 // indirect + golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/oauth2 v0.24.0 // indirect golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/time v0.8.0 // indirect - golang.org/x/tools v0.28.0 // indirect + golang.org/x/tools v0.29.0 // indirect golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect google.golang.org/api v0.211.0 // indirect google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect google.golang.org/grpc v1.69.0 // indirect - google.golang.org/protobuf v1.35.2 // indirect + google.golang.org/protobuf v1.36.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect