diff --git a/go.mod b/go.mod index 1aa41e63a..f296179eb 100644 --- a/go.mod +++ b/go.mod @@ -8,19 +8,19 @@ require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/NYTimes/gziphandler v1.1.1 github.com/bufbuild/buf v1.35.1 - github.com/conduitio/conduit-commons v0.2.1-0.20240801113202-731b460a2c58 - github.com/conduitio/conduit-connector-file v0.6.1-0.20240802092632-99d8e67ba629 - github.com/conduitio/conduit-connector-generator v0.6.1-0.20240731150050-422a9e3cbd8f - github.com/conduitio/conduit-connector-kafka v0.8.1-0.20240802092956-d92779b95e5b - github.com/conduitio/conduit-connector-log v0.3.1-0.20240621111440-e2f0f04a35a4 - github.com/conduitio/conduit-connector-postgres v0.7.6-0.20240630172132-84b5a6e6104f - github.com/conduitio/conduit-connector-protocol v0.6.1-0.20240802103310-fd4ab945b1ac - github.com/conduitio/conduit-connector-s3 v0.5.2-0.20240802092651-67dc543a6c90 - github.com/conduitio/conduit-connector-sdk v0.9.2-0.20240802133134-6635ddc2aff6 - github.com/conduitio/conduit-processor-sdk v0.1.2-0.20240805163917-9b6b1e83ebde - github.com/conduitio/conduit-schema-registry v0.0.0-20240725155046-a0fdb61d2588 + github.com/conduitio/conduit-commons v0.3.0 + github.com/conduitio/conduit-connector-file v0.7.0 + github.com/conduitio/conduit-connector-generator v0.7.0 + github.com/conduitio/conduit-connector-kafka v0.9.0 + github.com/conduitio/conduit-connector-log v0.4.0 + github.com/conduitio/conduit-connector-postgres v0.8.0 + github.com/conduitio/conduit-connector-protocol v0.7.0 + github.com/conduitio/conduit-connector-s3 v0.6.0 + github.com/conduitio/conduit-connector-sdk v0.10.0 + github.com/conduitio/conduit-processor-sdk v0.2.0 + github.com/conduitio/conduit-schema-registry v0.1.0 github.com/conduitio/yaml/v3 v3.3.0 - github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d + github.com/dop251/goja v0.0.0-20240806095544-3491d4a58fbe github.com/dop251/goja_nodejs v0.0.0-20231122114759-e84d9a924c5c github.com/gammazero/deque v0.2.1 github.com/goccy/go-json v0.10.3 @@ -46,7 +46,7 @@ require ( github.com/twmb/go-cache v1.2.1 go.uber.org/mock v0.4.0 golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 - golang.org/x/tools v0.23.0 + golang.org/x/tools v0.24.0 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a google.golang.org/grpc v1.65.0 @@ -99,7 +99,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.17 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15 // indirect - github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2 // indirect + github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect @@ -131,7 +131,7 @@ require ( github.com/dgraph-io/badger/v4 v4.2.0 // indirect github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/dlclark/regexp2 v1.10.0 // indirect + github.com/dlclark/regexp2 v1.11.4 // indirect github.com/docker/cli v26.1.4+incompatible // indirect github.com/docker/distribution v2.8.3+incompatible // indirect github.com/docker/docker v27.1.0+incompatible // indirect @@ -186,7 +186,7 @@ require ( github.com/gostaticanalysis/comment v1.4.2 // indirect github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect github.com/gostaticanalysis/nilerr v0.1.1 // indirect - github.com/hamba/avro/v2 v2.23.1-0.20240731181311-3fc81b66c693 // indirect + github.com/hamba/avro/v2 v2.24.0 // indirect github.com/hashicorp/go-version v1.7.0 // indirect github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -333,15 +333,15 @@ require ( go.uber.org/goleak v1.3.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.25.0 // indirect + golang.org/x/crypto v0.26.0 // indirect golang.org/x/exp/typeparams v0.0.0-20240613232115-7f521ea00fb8 // indirect - golang.org/x/mod v0.19.0 // indirect - golang.org/x/net v0.27.0 // indirect - golang.org/x/sync v0.7.0 // indirect - golang.org/x/sys v0.22.0 // indirect - golang.org/x/term v0.22.0 // indirect - golang.org/x/text v0.16.0 // indirect - golang.org/x/time v0.5.0 // indirect + golang.org/x/mod v0.20.0 // indirect + golang.org/x/net v0.28.0 // indirect + golang.org/x/sync v0.8.0 // indirect + golang.org/x/sys v0.23.0 // indirect + golang.org/x/term v0.23.0 // indirect + golang.org/x/text v0.17.0 // indirect + golang.org/x/time v0.6.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect diff --git a/go.sum b/go.sum index 94dad9a2f..5fc3f921c 100644 --- a/go.sum +++ b/go.sum @@ -141,8 +141,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.5.1/go.mod h1:6EQZIwNN github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15 h1:246A4lSTXWJw/rmlQI+TT2OcqeDMKBdyjEQrafMaQdA= github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15/go.mod h1:haVfg3761/WF7YPuJOER2MP0k4UAXyHaLclKXB6usDg= github.com/aws/aws-sdk-go-v2/service/s3 v1.11.1/go.mod h1:XLAGFrEjbvMCLvAtWLLP32yTv8GpBquCApZEycDLunI= -github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2 h1:sZXIzO38GZOU+O0C+INqbH7C2yALwfMWpd64tONS/NE= -github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2/go.mod h1:Lcxzg5rojyVPU/0eFwLtcyTaek/6Mtic5B1gJo7e/zE= +github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3 h1:hT8ZAZRIfqBqHbzKTII+CIiY8G2oC9OpLedkZ51DWl8= +github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3/go.mod h1:Lcxzg5rojyVPU/0eFwLtcyTaek/6Mtic5B1gJo7e/zE= github.com/aws/aws-sdk-go-v2/service/sso v1.3.1/go.mod h1:J3A3RGUvuCZjvSuZEcOpHDnzZP/sKbhDWV2T1EOzFIM= github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 h1:BXx0ZIxvrJdSgSvKTZ+yRBeSqqgPM89VPlulEcl37tM= github.com/aws/aws-sdk-go-v2/service/sso v1.22.4/go.mod h1:ooyCOXjvJEsUw7x+ZDHeISPMhtwI3ZCB7ggFMcFfWLU= @@ -198,41 +198,38 @@ github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89/go.mod h1:GKljq0V github.com/chromedp/chromedp v0.9.2/go.mod h1:LkSXJKONWTCHAfQasKFUZI+mxqS4tZqhmtGzzhLsnLs= github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY= github.com/chzyer/logex v1.2.1/go.mod h1:JLbx6lG2kDbNRFnfkgvh4eRJRPX1QCoOIWomwysCBrQ= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic= github.com/chzyer/readline v1.5.1/go.mod h1:Eh+b79XXUwfKfcPLepksvw2tcLE/Ct21YObkaSkeBlk= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= github.com/chzyer/test v1.0.0/go.mod h1:2JlltgoNkt4TW/z9V/IzDdFaMTM2JPIi26O1pF38GC8= github.com/ckaznocha/intrange v0.1.2 h1:3Y4JAxcMntgb/wABQ6e8Q8leMd26JbX2790lIss9MTI= github.com/ckaznocha/intrange v0.1.2/go.mod h1:RWffCw/vKBwHeOEwWdCikAtY0q4gGt8VhJZEEA5n+RE= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= github.com/colinmarc/hdfs/v2 v2.1.1/go.mod h1:M3x+k8UKKmxtFu++uAZ0OtDU8jR3jnaZIAc6yK4Ue0c= -github.com/conduitio/conduit-commons v0.2.1-0.20240801113202-731b460a2c58 h1:bv61cvXf6Tn8RS57vnrWJwKlIAPLoroe167Hs//fnLA= -github.com/conduitio/conduit-commons v0.2.1-0.20240801113202-731b460a2c58/go.mod h1:QYVlSvfOG4AB9tFz9NS++ToinF1yuGG0D0CgzwLG4k0= -github.com/conduitio/conduit-connector-file v0.6.1-0.20240802092632-99d8e67ba629 h1:q5rAlI2f5bD7ZG0TYzPeLnu6/BkF4GbgHH6177NcA+8= -github.com/conduitio/conduit-connector-file v0.6.1-0.20240802092632-99d8e67ba629/go.mod h1:xHC0eA+/mtfoRePx1Ns+xNYvr34hcvctb+0MNPT+ngI= -github.com/conduitio/conduit-connector-generator v0.6.1-0.20240731150050-422a9e3cbd8f h1:8IpdNsz3lLtN4KWdZGJESTjfSZz3UEj+YiuVQOSw5Xs= -github.com/conduitio/conduit-connector-generator v0.6.1-0.20240731150050-422a9e3cbd8f/go.mod h1:28hV3b3aErncncQn3ihDjiUMhKXGG8u/7VSEmKVIi4Q= -github.com/conduitio/conduit-connector-kafka v0.8.1-0.20240802092956-d92779b95e5b h1:dvCqshxRFhaQLg/mnbDccuvM/6dQdj1h9fAoo+CG8SA= -github.com/conduitio/conduit-connector-kafka v0.8.1-0.20240802092956-d92779b95e5b/go.mod h1:AZ6CPfCVsD+a66FFdd3zcbS3T3Sv8KSM0+CpAFBDK7U= -github.com/conduitio/conduit-connector-log v0.3.1-0.20240621111440-e2f0f04a35a4 h1:MrfxObXRj7Psz981MNNi6wUj+diu7nuq+/Wl3MqXMpk= -github.com/conduitio/conduit-connector-log v0.3.1-0.20240621111440-e2f0f04a35a4/go.mod h1:6IkveRPUPJDCtdH6vXOW1T+B8Vj99OA+szybqYSnlyY= -github.com/conduitio/conduit-connector-postgres v0.7.6-0.20240630172132-84b5a6e6104f h1:p8CH8UlYkOSlqOREJtUW9eHm6fyn3M+5b0lUQByMVvg= -github.com/conduitio/conduit-connector-postgres v0.7.6-0.20240630172132-84b5a6e6104f/go.mod h1:2v+hTwyTZFjM9evlMv6Id9M/rVuCZgzUnA3szRnWOiI= -github.com/conduitio/conduit-connector-protocol v0.6.1-0.20240802103310-fd4ab945b1ac h1:i+2RdzI+AttDYA8SqoKk9cRip0oDr+yVJrXSadxBw/c= -github.com/conduitio/conduit-connector-protocol v0.6.1-0.20240802103310-fd4ab945b1ac/go.mod h1:GyI6kkdR55JGM/96v5OSI7vlVodur3L22SY+OJbPd0s= -github.com/conduitio/conduit-connector-s3 v0.5.2-0.20240802092651-67dc543a6c90 h1:Sba2UfuDSVT7yKAJqc39n7KCsvuQvQHolIviaTzni5k= -github.com/conduitio/conduit-connector-s3 v0.5.2-0.20240802092651-67dc543a6c90/go.mod h1:Cg0rM0NJdIO+CQZWyXtikUVxVainUUq0MqQr8sWnO8E= -github.com/conduitio/conduit-connector-sdk v0.9.2-0.20240802133134-6635ddc2aff6 h1:yX2SddKRmb1gMi94umalIKF+8+hipknGAEFNXz0+B+E= -github.com/conduitio/conduit-connector-sdk v0.9.2-0.20240802133134-6635ddc2aff6/go.mod h1:R2V+ZXCFIeIIv8xxZHsi6NGntgsimsEbhQg4ezhna+0= -github.com/conduitio/conduit-processor-sdk v0.1.2-0.20240805163917-9b6b1e83ebde h1:fsHFTJ7XeFromOcg2Z6ueyDOmhDw8KV/XTNU2I59jQ0= -github.com/conduitio/conduit-processor-sdk v0.1.2-0.20240805163917-9b6b1e83ebde/go.mod h1:kQ+7bUREM+F2L/yPPM/GF8z2lqqmpx8Su+ioyE1uO8Q= -github.com/conduitio/conduit-schema-registry v0.0.0-20240725155046-a0fdb61d2588 h1:/OBjxI1JjE3AmifouogZ2KvlhGJ9tQGk4X7UxwjHo1o= -github.com/conduitio/conduit-schema-registry v0.0.0-20240725155046-a0fdb61d2588/go.mod h1:G5t9W5Z5Mn0nW1TNnIQ1al4piqRXjc1R7HjdHgGFCx4= +github.com/conduitio/conduit-commons v0.3.0 h1:nxQ++O4dK1p717upkyzbCQu0FLIFyP3OrgHZ9Zxvzvg= +github.com/conduitio/conduit-commons v0.3.0/go.mod h1:roxZ88dv+fpbEjjTzkdGwwbmcpunSuiD8he43y0lAoo= +github.com/conduitio/conduit-connector-file v0.7.0 h1:lUfDdpRZleJ/DDXX3NCzHN6VUYKORU/b443mJH6PJU4= +github.com/conduitio/conduit-connector-file v0.7.0/go.mod h1:OXmcc1eAXmqmn9XoS/C3TdgZn0W1GMyqfNzUZRFmHNU= +github.com/conduitio/conduit-connector-generator v0.7.0 h1:Bqsh/ak7gw6k5E8m0PxXOib0zhNlKbrJcIoLLQ0+S08= +github.com/conduitio/conduit-connector-generator v0.7.0/go.mod h1:8VPNiW2lHJ2mIgCqJnjr0CeIfIxr4CtAIhfvA+H65VM= +github.com/conduitio/conduit-connector-kafka v0.9.0 h1:VFmq58vS57ch++GP6bC12SQF1ObWhJq4xKeGiQ9qB8w= +github.com/conduitio/conduit-connector-kafka v0.9.0/go.mod h1:9zqc2Be3w2xsSM8LMUWhVWWW80C6coRIX9ttyIhlEkM= +github.com/conduitio/conduit-connector-log v0.4.0 h1:oTzZsdX4bOgvWkR5xlc2SzMKTyO7UI1dG5a3wDe5NhY= +github.com/conduitio/conduit-connector-log v0.4.0/go.mod h1:Y2zzkm2cBFlqVJcrEMZe7HfwYOAgC8aAjUTGv/HgKQk= +github.com/conduitio/conduit-connector-postgres v0.8.0 h1:bADXweMvseGg4IJLlUJt3/XAgMdi1lKFaDHA/8dleTw= +github.com/conduitio/conduit-connector-postgres v0.8.0/go.mod h1:FlznLDPV5ZgT53N+KYFRnVmWiuam/Ee2L35oPoAY1sk= +github.com/conduitio/conduit-connector-protocol v0.7.0 h1:h8gc7fcxJaQbdL/oqC2q0q4ulR9Z7PwOTZqfdg6jYcE= +github.com/conduitio/conduit-connector-protocol v0.7.0/go.mod h1:cnTjjLCX5dEex/7blKvcjTkoy10DXPD+J3Ok/zRycJw= +github.com/conduitio/conduit-connector-s3 v0.6.0 h1:zPtRyHgHNjsI1OEkWgDMyLOT+7SiX3NkxBGG6vhnG7o= +github.com/conduitio/conduit-connector-s3 v0.6.0/go.mod h1:qt1l3zpL+/V7sVy5KD5N2vFbVreLxiZokcYGcGxtabg= +github.com/conduitio/conduit-connector-sdk v0.10.0 h1:cUXYtG9JlBEDprsLOgLly+hppPO00TAlMuyeLPfmnC8= +github.com/conduitio/conduit-connector-sdk v0.10.0/go.mod h1:tPg02DCZBF69Ek8rvx8R5FGsw02qnJA9h3G9HKpuKro= +github.com/conduitio/conduit-processor-sdk v0.2.0 h1:qhcMdU8kVueKPiMfvFtS771J0KN7a6pD06HIYYKnCuw= +github.com/conduitio/conduit-processor-sdk v0.2.0/go.mod h1:cgJSPN8w6s8FvH8mN8zYN79BaFk+i7fJjI9mMRByXjI= +github.com/conduitio/conduit-schema-registry v0.1.0 h1:PNj7mMAKt5vWsSxCaIGS31LYMOnuWqEzYzwBBXThZFI= +github.com/conduitio/conduit-schema-registry v0.1.0/go.mod h1:5xF5XwXUan9Gz5yiHKg7nMy/ZCTrXSua3/PdEpnwfUs= github.com/conduitio/yaml/v3 v3.3.0 h1:kbbaOSHcuH39gP4+rgbJGl6DSbLZcJgEaBvkEXJlCsI= github.com/conduitio/yaml/v3 v3.3.0/go.mod h1:JNgFMOX1t8W4YJuRZOh6GggVtSMsgP9XgTw+7dIenpc= github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= @@ -242,7 +239,6 @@ github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9N github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/curioswitch/go-reassign v0.2.0 h1:G9UZyOcpk/d7Gd6mqYgd8XYWFMw/znxwGDUstnC9DIo= @@ -263,10 +259,8 @@ github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczC github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc= -github.com/dlclark/regexp2 v1.7.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/dlclark/regexp2 v1.10.0 h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0= -github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= +github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo= +github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/docker/cli v26.1.4+incompatible h1:I8PHdc0MtxEADqYJZvhBrW9bo8gawKwwenxRM7/rLu8= github.com/docker/cli v26.1.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= @@ -279,11 +273,8 @@ github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= -github.com/dop251/goja v0.0.0-20211022113120-dc8c55024d06/go.mod h1:R9ET47fwRVRPZnOGvHxxhuZcbrMCuiqOz3Rlrh4KSnk= -github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d h1:wi6jN5LVt/ljaBG4ue79Ekzb12QfJ52L9Q98tl8SWhw= -github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d/go.mod h1:QMWlm50DNe14hD7t24KEqZuUdC9sOTy8W6XbCU1mlw4= -github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7/go.mod h1:hn7BA7c8pLvoGndExHudxTDKZ84Pyvv+90pbBjbTz0Y= -github.com/dop251/goja_nodejs v0.0.0-20211022123610-8dd9abb0616d/go.mod h1:DngW8aVqWbuLRMHItjPUyqdj+HWPvnQe8V8y1nDpIbM= +github.com/dop251/goja v0.0.0-20240806095544-3491d4a58fbe h1:jwFJkgsdelB87ohlXaAGSd05Cb5ALDFa9iW9IGRHcRM= +github.com/dop251/goja v0.0.0-20240806095544-3491d4a58fbe/go.mod h1:DF+w/nLMIkvRpyhd/0K+Okbh3fVZBtXLwRtS/ccAa5w= github.com/dop251/goja_nodejs v0.0.0-20231122114759-e84d9a924c5c h1:hLoodLRD4KLWIH8eyAQCLcH8EqIrjac7fCkp/fHnvuQ= github.com/dop251/goja_nodejs v0.0.0-20231122114759-e84d9a924c5c/go.mod h1:bhGPmCgCCTSRfiMYWjpS46IDo9EUZXlsuUaPXSWGbv0= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= @@ -451,7 +442,6 @@ github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OI github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20211214055906-6f57359322fd/go.mod h1:KgnwoLYCZ8IQu3XUZ8Nc/bM9CCZFOyjUNOSygVozoDg= -github.com/google/pprof v0.0.0-20230207041349-798e818bf904/go.mod h1:uglQLonpP8qtYCYyzA+8c/9qtqgA3qsXGYqCPKARAFg= github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik= github.com/google/pprof v0.0.0-20240622144329-c177fd99eaa9 h1:ouFdLLCOyCfnxGpQTMZKHLyHr/D1GFbQzEsJxumO16E= github.com/google/pprof v0.0.0-20240622144329-c177fd99eaa9/go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo= @@ -481,8 +471,8 @@ github.com/gostaticanalysis/testutil v0.4.0 h1:nhdCmubdmDF6VEatUNjgUZBJKWRqugoIS github.com/gostaticanalysis/testutil v0.4.0/go.mod h1:bLIoPefWXrRi/ssLFWX1dx7Repi5x3CuviD3dgAZaBU= github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 h1:CWyXh/jylQWp2dtiV33mY4iSSp6yf4lmn+c7/tN+ObI= github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0/go.mod h1:nCLIt0w3Ept2NwF8ThLmrppXsfT07oC8k0XNDxd8sVU= -github.com/hamba/avro/v2 v2.23.1-0.20240731181311-3fc81b66c693 h1:ECZbIygcX0RoDjemCoJ+h6FfHcbTNDIQZPQ7LDhTbao= -github.com/hamba/avro/v2 v2.23.1-0.20240731181311-3fc81b66c693/go.mod h1:7vDfy/2+kYCE8WUHoj2et59GTv0ap7ptktMXu0QHePI= +github.com/hamba/avro/v2 v2.24.0 h1:axTlaYDkcSY0dVekRSy8cdrsj5MG86WqosUQacKCids= +github.com/hamba/avro/v2 v2.24.0/go.mod h1:7vDfy/2+kYCE8WUHoj2et59GTv0ap7ptktMXu0QHePI= github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k= github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-plugin v1.6.1 h1:P7MR2UP6gNKGPp+y7EZw2kOiq4IR9WiqLvp0XOsVdwI= @@ -506,7 +496,6 @@ github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= -github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2/go.mod h1:aYm2/VgdVmcIU8iMfdMvDMsRAQjcfZSKFby6HOFvi/w= github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab/go.mod h1:gx7rwoVhcfuVKG5uya9Hs3Sxj7EIvldVofAWIUtGouw= github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4= @@ -568,7 +557,6 @@ github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= @@ -736,7 +724,6 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/cors v1.11.0 h1:0B9GE/r9Bc2UxRMMtymBkHTenPkHDv0CW4Y98GBY+po= @@ -939,8 +926,8 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4= -golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30= -golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M= +golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw= +golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -985,8 +972,8 @@ golang.org/x/mod v0.7.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= -golang.org/x/mod v0.19.0 h1:fEdghXQSo20giMthA7cd28ZC+jts4amQ3YMXiP5oMQ8= -golang.org/x/mod v0.19.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0= +golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1017,8 +1004,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE= -golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= -golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= +golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= +golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1037,8 +1024,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= -golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= -golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= +golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1091,8 +1078,8 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= -golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= +golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= @@ -1101,8 +1088,8 @@ golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U= -golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk= -golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4= +golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU= +golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1110,19 +1097,18 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= -golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= -golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= +golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc= +golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk= -golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= +golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U= +golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= @@ -1175,8 +1161,8 @@ golang.org/x/tools v0.5.0/go.mod h1:N+Kgy78s5I24c24dU8OfWNEotWjutIs8SnJvn5IDq+k= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg= -golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg= -golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI= +golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24= +golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.decode.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.decode.json index 4814953b5..808375ccd 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.decode.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.decode.json @@ -14,25 +14,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.encode.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.encode.json index 67833de4f..17d00f6c8 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.encode.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/avro.encode.json @@ -52,25 +52,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.decode.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.decode.json index b6e478c71..1d3db270e 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.decode.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.decode.json @@ -23,25 +23,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.encode.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.encode.json index c525278a2..ccc590f5f 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.encode.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/base64.encode.json @@ -23,25 +23,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/custom.javascript.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/custom.javascript.json index a5ce7ed01..dec8c6ef5 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/custom.javascript.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/custom.javascript.json @@ -20,25 +20,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/error.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/error.json index 958baf2b7..9fcab1a97 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/error.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/error.json @@ -14,25 +14,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "false", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "false", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "false", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "false", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.convert.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.convert.json index be337276f..ed2befcef 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.convert.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.convert.json @@ -23,25 +23,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.exclude.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.exclude.json index 85a8574af..a604b6b63 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.exclude.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.exclude.json @@ -19,25 +19,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.rename.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.rename.json index a2fddc04e..c6f28cc56 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.rename.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.rename.json @@ -19,25 +19,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.set.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.set.json index db473ad60..eed55f2db 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.set.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/field.set.json @@ -23,25 +23,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/filter.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/filter.json index abaf85a91..72f9e179c 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/filter.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/filter.json @@ -8,25 +8,25 @@ "parameters": { "sdk.schema.decode.key.enabled": { "default": "false", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "false", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "false", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "false", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.decode.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.decode.json index 000fcd889..36f1bce35 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.decode.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.decode.json @@ -27,25 +27,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.encode.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.encode.json index 2fb47fde6..a2705a375 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.encode.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/json.encode.json @@ -27,25 +27,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.debezium.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.debezium.json index 71d2d3a9a..331c75916 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.debezium.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.debezium.json @@ -19,25 +19,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.kafkaconnect.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.kafkaconnect.json index e7a05b31f..87afb8700 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.kafkaconnect.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.kafkaconnect.json @@ -19,25 +19,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.opencdc.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.opencdc.json index 1463b34de..ee63ffe25 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.opencdc.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/unwrap.opencdc.json @@ -14,25 +14,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null } diff --git a/pkg/plugin/processor/builtin/internal/exampleutil/specs/webhook.http.json b/pkg/plugin/processor/builtin/internal/exampleutil/specs/webhook.http.json index 3ea602b40..6a167a239 100644 --- a/pkg/plugin/processor/builtin/internal/exampleutil/specs/webhook.http.json +++ b/pkg/plugin/processor/builtin/internal/exampleutil/specs/webhook.http.json @@ -89,25 +89,25 @@ }, "sdk.schema.decode.key.enabled": { "default": "true", - "description": "Whether to decode the record key with a schema.", + "description": "Whether to decode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.decode.payload.enabled": { "default": "true", - "description": "Whether to decode the record payload with a schema.", + "description": "Whether to decode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.key.enabled": { "default": "true", - "description": "Whether to encode the record key with a schema.", + "description": "Whether to encode the record key using its corresponding schema from the schema registry.", "type": "bool", "validations": null }, "sdk.schema.encode.payload.enabled": { "default": "true", - "description": "Whether to encode the record payload with a schema.", + "description": "Whether to encode the record payload using its corresponding schema from the schema registry.", "type": "bool", "validations": null }