Skip to content

Commit 1f1d581

Browse files
committed
Depts update
1 parent 94134c7 commit 1f1d581

File tree

7 files changed

+58
-53
lines changed

7 files changed

+58
-53
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
name: "sharepoint"
3131
registry: "github"
3232
path: "koltyakov/sharepoint"
33-
version: "v1.7.2" # provide the latest stable version
33+
version: "v1.8.2" # provide the latest stable version
3434
destinations: ["postgresql"] # provide the list of used destinations
3535
tables: ["*"] # required field, a list of tables to sync
3636
spec:
@@ -304,7 +304,7 @@ spec:
304304
name: "sharepoint"
305305
registry: "github"
306306
path: "koltyakov/sharepoint"
307-
version: "v1.7.2" # https://github.com/koltyakov/cq-source-sharepoint/releases
307+
version: "v1.8.2" # https://github.com/koltyakov/cq-source-sharepoint/releases
308308
destinations: ["sqlite"]
309309
tables: ["*"]
310310
spec:
@@ -387,7 +387,7 @@ Loading spec(s) from sharepoint_reg.yml, sqlite.yml
387387
Downloading https://github.com/koltyakov/...sharepoint_darwin_arm64.zip
388388
Downloading 100% |█████████████████████████████████████| (5.2/5.2 MB, 10 MB/s)
389389
Migration completed successfully.
390-
Starting sync for: sharepoint (v1.7.2) -> [sqlite (v1.3.5)]
390+
Starting sync for: sharepoint (v1.8.2) -> [sqlite (v2.1.0)]
391391
Sync completed successfully. Resources: 37478, Errors: 0, Panics: 0, Time: 21s
392392
```
393393

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
"fmt"
66

7+
"github.com/cloudquery/plugin-pb-go/specs"
78
"github.com/cloudquery/plugin-sdk/v2/plugins/source"
89
"github.com/cloudquery/plugin-sdk/v2/schema"
9-
"github.com/cloudquery/plugin-sdk/v2/specs"
1010
"github.com/koltyakov/cq-source-sharepoint/resources/auth"
1111
"github.com/koltyakov/cq-source-sharepoint/resources/ct"
1212
"github.com/koltyakov/cq-source-sharepoint/resources/lists"

client/spec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package client
33
import (
44
"fmt"
55

6-
"github.com/cloudquery/plugin-sdk/v2/specs"
6+
"github.com/cloudquery/plugin-pb-go/specs"
77
"github.com/koltyakov/cq-source-sharepoint/resources/auth"
88
"github.com/koltyakov/cq-source-sharepoint/resources/ct"
99
"github.com/koltyakov/cq-source-sharepoint/resources/lists"

debug/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ kind: destination
22
spec:
33
name: "postgresql"
44
path: "cloudquery/postgresql"
5-
version: "v4.0.4"
5+
version: "v4.1.1"
66
spec:
77
connection_string: "postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable"

debug/sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ kind: destination
22
spec:
33
name: sqlite
44
path: cloudquery/sqlite
5-
version: "v2.0.4"
5+
version: "v2.1.0"
66
spec:
77
connection_string: ./sp.db

go.mod

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ go 1.19
55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6
77
github.com/brianvoe/gofakeit/v6 v6.21.0
8-
github.com/cloudquery/plugin-sdk/v2 v2.5.1
8+
github.com/cloudquery/plugin-pb-go v1.0.8
9+
github.com/cloudquery/plugin-sdk/v2 v2.7.0
910
github.com/google/uuid v1.3.0
1011
github.com/koltyakov/gosip v0.0.0-20230416191329-2fa7a7295870
1112
github.com/koltyakov/gosip-sandbox v0.0.0-20230410140555-1211f873b91c
1213
github.com/rs/zerolog v1.29.1
1314
github.com/schollz/progressbar/v3 v3.13.1
1415
github.com/thoas/go-funk v0.9.3
15-
golang.org/x/sync v0.1.0
16+
golang.org/x/sync v0.2.0
1617
)
1718

1819
replace (
1920
// ToDo: remove once the changes are merged to upstream
20-
github.com/apache/arrow/go/v12 => github.com/cloudquery/arrow/go/v12 v12.0.0-20230417154311-f9add0212acd
21+
github.com/apache/arrow/go/v13 => github.com/cloudquery/arrow/go/v13 v13.0.0-20230509053643-898a79b1d3c8
2122
// ToDo: romove once package is fixed
2223
github.com/grpc-ecosystem/go-grpc-middleware/v2 => github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3
2324
)
@@ -33,18 +34,18 @@ require (
3334
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
3435
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
3536
github.com/andybalholm/brotli v1.0.5 // indirect
36-
github.com/apache/arrow/go/v12 v12.0.0-20230428170547-16dbd98e8f52 // indirect
37+
github.com/apache/arrow/go/v13 v13.0.0-20230520140400-65520b361941 // indirect
3738
github.com/apache/thrift v0.18.1 // indirect
3839
github.com/davecgh/go-spew v1.1.1 // indirect
3940
github.com/denisbrodbeck/machineid v1.0.1 // indirect
4041
github.com/dimchansky/utfbom v1.1.1 // indirect
41-
github.com/getsentry/sentry-go v0.20.0 // indirect
42+
github.com/getsentry/sentry-go v0.21.0 // indirect
4243
github.com/ghodss/yaml v1.0.0 // indirect
4344
github.com/goccy/go-json v0.10.2 // indirect
4445
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
4546
github.com/golang/protobuf v1.5.3 // indirect
4647
github.com/golang/snappy v0.0.4 // indirect
47-
github.com/google/flatbuffers v23.3.3+incompatible // indirect
48+
github.com/google/flatbuffers v23.5.9+incompatible // indirect
4849
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.3 // indirect
4950
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5 // indirect
5051
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -62,26 +63,27 @@ require (
6263
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
6364
github.com/mitchellh/go-homedir v1.1.0 // indirect
6465
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
66+
github.com/pierrec/lz4/v4 v4.1.17 // indirect
6567
github.com/pmezard/go-difflib v1.0.0 // indirect
6668
github.com/rivo/uniseg v0.4.4 // indirect
67-
github.com/spf13/cast v1.5.0 // indirect
69+
github.com/spf13/cast v1.5.1 // indirect
6870
github.com/spf13/cobra v1.7.0 // indirect
6971
github.com/spf13/pflag v1.0.5 // indirect
70-
github.com/stretchr/testify v1.8.2 // indirect
72+
github.com/stretchr/testify v1.8.3 // indirect
7173
github.com/vadimi/go-http-ntlm/v2 v2.4.1 // indirect
7274
github.com/vadimi/go-ntlm v1.2.1 // indirect
7375
github.com/zeebo/xxh3 v1.0.2 // indirect
74-
golang.org/x/crypto v0.8.0 // indirect
75-
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
76+
golang.org/x/crypto v0.9.0 // indirect
77+
golang.org/x/exp v0.0.0-20230519143937-03e91628a987 // indirect
7678
golang.org/x/mod v0.10.0 // indirect
77-
golang.org/x/net v0.9.0 // indirect
78-
golang.org/x/sys v0.7.0 // indirect
79-
golang.org/x/term v0.7.0 // indirect
79+
golang.org/x/net v0.10.0 // indirect
80+
golang.org/x/sys v0.8.0 // indirect
81+
golang.org/x/term v0.8.0 // indirect
8082
golang.org/x/text v0.9.0 // indirect
81-
golang.org/x/tools v0.8.0 // indirect
83+
golang.org/x/tools v0.9.1 // indirect
8284
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8385
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
84-
google.golang.org/grpc v1.54.0 // indirect
86+
google.golang.org/grpc v1.55.0 // indirect
8587
google.golang.org/protobuf v1.30.0 // indirect
8688
gopkg.in/yaml.v2 v2.4.0 // indirect
8789
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)