Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples/opensource_night2024 #1588

Merged
merged 5 commits into from
Dec 17, 2024
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
16 changes: 8 additions & 8 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ require (
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.2
github.com/pressly/goose/v3 v3.23.1
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/client_golang v1.19.0
github.com/ydb-platform/gorm-driver v0.1.3
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.3.0
github.com/ydb-platform/ydb-go-sdk-prometheus/v2 v2.0.1
github.com/ydb-platform/ydb-go-sdk-prometheus/v2 v2.1.2
github.com/ydb-platform/ydb-go-sdk/v3 v3.95.0
github.com/ydb-platform/ydb-go-yc v0.12.1
golang.org/x/sync v0.10.0
Expand All @@ -29,7 +29,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
Expand All @@ -43,14 +43,13 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.15 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.14.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
Expand All @@ -62,10 +61,11 @@ require (
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.24.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
google.golang.org/grpc v1.64.1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.55.3 // indirect
modernc.org/mathutil v1.6.0 // indirect
Expand Down
67 changes: 18 additions & 49 deletions examples/go.sum

Large diffs are not rendered by default.

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