Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/manual_commands_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish_plugin_to_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
if: needs.prepare.outputs.ui_dir_arg != ''
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Build
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_duckdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_ui_dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8

- name: Build UI for ${{ matrix.plugin.dir }}
working-directory: ${{ matrix.plugin.ui }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source_hackernews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8
- name: gen
if: github.event_name == 'pull_request'
run: make gen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8
- name: gen
if: github.event_name == 'pull_request'
run: make gen
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/source_xkcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8
- name: gen
if: github.event_name == 'pull_request'
run: make gen
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.7
version: v6.12.8
- name: Build
run: go build .
- name: Use Node.js LTS
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/testdata/cloudflare-tables-with-spec-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: cloudflare
path: cloudquery/cloudflare
version: "v9.9.1" # latest version of source cloudflare plugin
version: "v9.9.3" # latest version of source cloudflare plugin
destinations: ["test"]
tables: ["cloudflare_access_applications"]
---
Expand Down
4 changes: 2 additions & 2 deletions cli/cmd/testdata/test-connection-bad-connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spec:
name: cloudflare
path: cloudquery/cloudflare
registry: cloudquery
version: "v9.9.1" # latest version of source cloudflare plugin
version: "v9.9.3" # latest version of source cloudflare plugin
destinations: ["postgresql"]
tables: ["*"]
spec:
Expand All @@ -14,6 +14,6 @@ spec:
name: "postgresql"
path: "cloudquery/postgresql"
registry: cloudquery
version: "v8.7.4" # latest version of destination postgresql plugin
version: "v8.7.5" # latest version of destination postgresql plugin
spec:
connection_string: "postgresql://postgres:not-a-real-password@localhost:1234/postgres?sslmode=disable"
4 changes: 2 additions & 2 deletions cli/cmd/testdata/validate-config-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: cloudflare
path: cloudquery/cloudflare
version: "v9.9.1" # latest version of source cloudflare plugin
version: "v9.9.3" # latest version of source cloudflare plugin
destinations: ["postgresql"]
tables: ["*"]
spec:
Expand All @@ -12,7 +12,7 @@ kind: destination
spec:
name: "postgresql"
path: "cloudquery/postgresql"
version: "v8.7.4" # latest version of destination postgresql plugin
version: "v8.7.5" # latest version of destination postgresql plugin
spec:
connection_string: "postgresql://postgres:not-a-real-password@localhost:5432/postgres?sslmode=disable"
invalid_key: "invalid_value"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: "destination"
spec:
name: "test"
path: "cloudquery/file"
version: "v5.4.2" # latest version of destination file plugin
version: "v5.4.3" # latest version of destination file plugin
send_sync_summary: true
sync_group_id: "sync_group_id_test"
write_mode: append
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/testdata/with-destination-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: "destination"
spec:
name: "test"
path: "cloudquery/file"
version: "v5.4.2" # latest version of destination file plugin
version: "v5.4.3" # latest version of destination file plugin
send_sync_summary: true
spec:
format: "json"
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module github.com/cloudquery/cloudquery/v6

go 1.22.7

require github.com/cloudquery/cloudquery/cli/v6 v6.12.7
require github.com/cloudquery/cloudquery/cli/v6 v6.12.8

require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/apache/arrow/go/v17 v17.0.0 // indirect
github.com/apache/arrow-go/v18 v18.0.0 // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/avast/retry-go/v4 v4.6.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
Expand All @@ -18,8 +18,8 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cloudquery/cloudquery-api-go v1.13.4 // indirect
github.com/cloudquery/plugin-pb-go v1.25.6 // indirect
github.com/cloudquery/plugin-sdk/v4 v4.71.0 // indirect
github.com/cloudquery/plugin-pb-go v1.26.1 // indirect
github.com/cloudquery/plugin-sdk/v4 v4.72.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
Expand Down Expand Up @@ -48,7 +48,7 @@ require (
github.com/invopop/jsonschema v0.12.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.5.9 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
Expand Down Expand Up @@ -130,7 +130,7 @@ require (
golang.org/x/tools v0.27.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
google.golang.org/grpc v1.68.0 // indirect
google.golang.org/grpc v1.69.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
38 changes: 24 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ github.com/adrg/xdg v0.4.0 h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=
github.com/adrg/xdg v0.4.0/go.mod h1:N6ag73EX4wyxeaoeHctc1mas01KZgsj5tYiAIwqJE/E=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/apache/arrow/go/v17 v17.0.0 h1:RRR2bdqKcdbss9Gxy2NS/hK8i4LDMh23L6BbkN5+F54=
github.com/apache/arrow/go/v17 v17.0.0/go.mod h1:jR7QHkODl15PfYyjM2nU+yTLScZ/qfj7OSUZmJ8putc=
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/apache/arrow-go/v18 v18.0.0 h1:1dBDaSbH3LtulTyOVYaBCHO3yVRwjV+TZaqn3g6V7ZM=
github.com/apache/arrow-go/v18 v18.0.0/go.mod h1:t6+cWRSmKgdQ6HsxisQjok+jBpKGhRDiqcf3p0p/F+A=
github.com/apache/thrift v0.21.0 h1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=
github.com/apache/thrift v0.21.0/go.mod h1:W1H8aR/QRtYNvrPeFXBtobyRkd0/YVhTc6i07XIAgDw=
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
github.com/apapsch/go-jsonmerge/v2 v2.0.0/go.mod h1:lvDnEdqiQrp0O42VQGgmlKpxL1AP2+08jFMw88y4klk=
github.com/avast/retry-go/v4 v4.6.0 h1:K9xNA+KeB8HHc2aWFuLb25Offp+0iVRXEvFx8IinRJA=
Expand Down Expand Up @@ -38,14 +42,14 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 h1:q763qf9huN11kDQavWs
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cloudquery/cloudquery-api-go v1.13.4 h1:8xj16iU1LcN0uLUHeHhDjc5nJDtzdxan07HiVAgJz1Q=
github.com/cloudquery/cloudquery-api-go v1.13.4/go.mod h1:nbc7ROHjJAnLGP306pCrpNwBCNLjUyNd5u6Y/+QsmKw=
github.com/cloudquery/cloudquery/cli/v6 v6.12.7 h1:0EX0YFB3eswHM+47fWnE8Re9ncKtWCTGd8SzXLQTDIo=
github.com/cloudquery/cloudquery/cli/v6 v6.12.7/go.mod h1:BnqN5+TW9/oHHWBLPJ+xQC27i5Ad+7zhAauT/jHV8zM=
github.com/cloudquery/cloudquery/cli/v6 v6.12.8 h1:aiJZMhHYI9v6RzqKMT8nbArTuaZYKc2Dmut5b9ajmII=
github.com/cloudquery/cloudquery/cli/v6 v6.12.8/go.mod h1:kvoe5tmf1uGH9VRwc8ZNlkJvZX3Z5GkSFqFEb5YiZIU=
github.com/cloudquery/codegen v0.3.21 h1:9ag/57oS90pjFhsq/abv342o7Ber+IWCOtHThIe0bFc=
github.com/cloudquery/codegen v0.3.21/go.mod h1:yeQd2PXMqQf9rvKjOW4CMZTrMMkkashX+V8wX96d6i0=
github.com/cloudquery/plugin-pb-go v1.25.6 h1:qujsj2APXtWTOLjImzIpSEJ3KpJc/N+W85ui9xGSEpo=
github.com/cloudquery/plugin-pb-go v1.25.6/go.mod h1:El9MseE0kD+MbuoY/Elf65vuEDO79cLbCkOfcUzyHDM=
github.com/cloudquery/plugin-sdk/v4 v4.71.0 h1:yv1k0DAHSl5SeeBFuvlZDMiDJXPiDgissF5XWsQHYII=
github.com/cloudquery/plugin-sdk/v4 v4.71.0/go.mod h1:sJ6RjrPkWZnVYPx9kl5QaEgvxxfoWlYmhWi95oqitdI=
github.com/cloudquery/plugin-pb-go v1.26.1 h1:Nxem7CtemqCPIKlyIApE7PB5l7mhL9MxTOgeO8RiRQI=
github.com/cloudquery/plugin-pb-go v1.26.1/go.mod h1:s8ajjuqAGgmYMR1C+3fgPaWlVtBFwfo3EpxpQl98VWg=
github.com/cloudquery/plugin-sdk/v4 v4.72.0 h1:nl4uO8xtt9sK5FvLMimjZkf3hti6uuVs2Thx8D42woc=
github.com/cloudquery/plugin-sdk/v4 v4.72.0/go.mod h1:eCbtCb6Kf6zwnzOgFimAPaeegK2/FojcELDrGmzZTV4=
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down Expand Up @@ -140,8 +144,10 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213/go.mod h1:vNUNkEQ1e29fT/6vq2aBdFsgNPmy8qMdSay1npru+Sw=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM=
github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/knadh/koanf/maps v0.1.1 h1:G5TjmUh2D7G2YWf5SQQqSiHRJEjaicvU0KpypqB3NIs=
Expand Down Expand Up @@ -169,6 +175,10 @@ github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3/go.mod h1:RagcQ7I8IeTMnF8JTXieKnO4Z6JCsikNEzj0DwauVzE=
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db/go.mod h1:l0dey0ia/Uv7NcFFVbCLtqEBQbrT4OCwCSKTEv6enCw=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
Expand Down Expand Up @@ -429,14 +439,14 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ=
gonum.org/v1/gonum v0.15.0/go.mod h1:xzZVBJBtS+Mz4q0Yl2LJTk+OxOg4jiXZ7qBoM0uISGo=
gonum.org/v1/gonum v0.15.1 h1:FNy7N6OUZVUaWG9pTiD+jlhdQ3lMP+/LcTpJ6+a8sQ0=
gonum.org/v1/gonum v0.15.1/go.mod h1:eZTZuRFrzu5pcyjN5wJhcIhnUdNijYxX1T2IcrOGY0o=
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 h1:M0KvPgPmDZHPlbRbaNU1APr28TvwvvdUPlSv7PUvy8g=
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:dguCy7UOdZhTvLzDyt15+rOrawrpM4q7DD9dQ1P11P4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 h1:XVhgTWWV3kGQlwJHR3upFWZeTsei6Oks1apkZSeonIE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0=
google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA=
google.golang.org/grpc v1.69.0 h1:quSiOM1GJPmPH5XtU+BCoVXcDVJJAzNcoyfC2cCjGkI=
google.golang.org/grpc v1.69.0/go.mod h1:vyjdE6jLBI76dgpDojsFGNaHlxdjXN9ghpnd2o7JGZ4=
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
Expand Down