Skip to content

Commit e827ec1

Browse files
authored
Merge pull request #1588 from ydb-platform/bulk-upsert-apache-arrow
examples/opensource_night2024
2 parents b7c5a62 + 39bbc57 commit e827ec1

File tree

7 files changed

+449
-58
lines changed

7 files changed

+449
-58
lines changed

examples/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/gorilla/mux v1.8.0
99
github.com/lib/pq v1.10.2
1010
github.com/pressly/goose/v3 v3.23.1
11-
github.com/prometheus/client_golang v1.13.0
11+
github.com/prometheus/client_golang v1.19.0
1212
github.com/ydb-platform/gorm-driver v0.1.3
1313
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.3.0
14-
github.com/ydb-platform/ydb-go-sdk-prometheus/v2 v2.0.1
14+
github.com/ydb-platform/ydb-go-sdk-prometheus/v2 v2.1.2
1515
github.com/ydb-platform/ydb-go-sdk/v3 v3.95.0
1616
github.com/ydb-platform/ydb-go-yc v0.12.1
1717
golang.org/x/sync v0.10.0
@@ -29,7 +29,7 @@ require (
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3131
github.com/dustin/go-humanize v1.0.1 // indirect
32-
github.com/goccy/go-json v0.9.11 // indirect
32+
github.com/goccy/go-json v0.10.3 // indirect
3333
github.com/golang/protobuf v1.5.4 // indirect
3434
github.com/golang/snappy v0.0.4 // indirect
3535
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -43,14 +43,13 @@ require (
4343
github.com/json-iterator/go v1.1.12 // indirect
4444
github.com/mattn/go-isatty v0.0.20 // indirect
4545
github.com/mattn/go-sqlite3 v1.14.15 // indirect
46-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
4746
github.com/mfridman/interpolate v0.0.2 // indirect
4847
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4948
github.com/modern-go/reflect2 v1.0.2 // indirect
5049
github.com/ncruces/go-strftime v0.1.9 // indirect
51-
github.com/prometheus/client_model v0.5.0 // indirect
52-
github.com/prometheus/common v0.37.0 // indirect
53-
github.com/prometheus/procfs v0.12.0 // indirect
50+
github.com/prometheus/client_model v0.6.0 // indirect
51+
github.com/prometheus/common v0.53.0 // indirect
52+
github.com/prometheus/procfs v0.14.0 // indirect
5453
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
5554
github.com/sethvargo/go-retry v0.3.0 // indirect
5655
github.com/syndtr/goleveldb v1.0.0 // indirect
@@ -62,10 +61,11 @@ require (
6261
golang.org/x/net v0.30.0 // indirect
6362
golang.org/x/sys v0.28.0 // indirect
6463
golang.org/x/text v0.21.0 // indirect
64+
golang.org/x/tools v0.24.0 // indirect
6565
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
6666
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
6767
google.golang.org/grpc v1.64.1 // indirect
68-
google.golang.org/protobuf v1.34.1 // indirect
68+
google.golang.org/protobuf v1.34.2 // indirect
6969
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
7070
modernc.org/libc v1.55.3 // indirect
7171
modernc.org/mathutil v1.6.0 // indirect

examples/go.sum

Lines changed: 18 additions & 49 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{"hash":"030896f914b","msg":"Remove Boost metaproject","date":"2022-12-31 17:40:08","author":"bugaevskiy"}
2+
{"hash":"014fdab1c4b","msg":"clean logging","date":"2022-12-31 15:24:07","author":"ivanmorozov"}
3+
{"hash":"0d2a3ef454d","msg":"Apply boost yamaker helpers to unsafe subset","date":"2022-12-31 15:11:54","author":"bugaevskiy"}
4+
{"hash":"ebf3c8be803","msg":"Modify executable name in README.md.","date":"2022-12-31 14:41:55","author":"yuryalekseev"}
5+
{"hash":"c8099767cc7","msg":"Tidy up README.md a bit.","date":"2022-12-31 13:36:10","author":"yuryalekseev"}
6+
{"hash":"ec49685b324","msg":"Update contrib/restricted/boost/locale to 1.81.0","date":"2022-12-31 12:45:45","author":"thegeorg"}
7+
{"hash":"8fd51d45ec7","msg":"Update contrib/restricted/boost/math to 1.81.0","date":"2022-12-31 10:35:47","author":"thegeorg"}
8+
{"hash":"0ec27b614f4","msg":"Remove patch from boost/config","date":"2022-12-31 10:34:59","author":"thegeorg"}
9+
{"hash":"a2d8ecbb598","msg":"Fix type annotation for Block{Combine,MergeFinalize,MergeManyFinalize}Hashed","date":"2022-12-31 10:30:30","author":"aneporada"}
10+
{"hash":"a9d867bc7d9","msg":"drop squeezeToDict by finalizeByKey","date":"2022-12-31 09:38:14","author":"ivanmorozov"}

0 commit comments

Comments
 (0)