aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Expand)AuthorFilesLines
2024-12-30chore(deps): bump github.com/linxGnu/grocksdb from 1.9.7 to 1.9.8 (#6398)dependabot[bot]1-1/+1
2024-12-30chore(deps): bump github.com/parquet-go/parquet-go from 0.23.1-0.202410111556...dependabot[bot]1-1/+1
2024-12-30chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#6401)dependabot[bot]1-1/+1
2024-12-30chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.46 to 1....dependabot[bot]1-5/+5
2024-12-24chore(deps): bump google.golang.org/grpc from 1.67.2 to 1.69.2 (#6391)dependabot[bot]1-11/+10
2024-12-24Replace bolt dependency with bbolt (#6387)Eric Long1-0/+5
2024-12-24chore(deps): bump modernc.org/mathutil from 1.6.0 to 1.7.0 (#6389)dependabot[bot]1-1/+1
2024-12-24chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.0 to 1.71...dependabot[bot]1-8/+8
2024-12-24chore(deps): bump modernc.org/sqlite from 1.34.1 to 1.34.4 (#6392)dependabot[bot]1-1/+1
2024-12-24chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#6393)dependabot[bot]1-1/+1
2024-12-16chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#6370)dependabot[bot]1-1/+1
2024-12-16chore(deps): bump cloud.google.com/go/storage from 1.45.0 to 1.48.0 (#6366)dependabot[bot]1-2/+2
2024-12-16chore(deps): bump github.com/schollz/progressbar/v3 from 3.16.0 to 3.17.1 (#6...dependabot[bot]1-1/+1
2024-12-16chore(deps): bump go.mongodb.org/mongo-driver from 1.16.0 to 1.17.1 (#6364)dependabot[bot]1-2/+2
2024-12-16chore(deps): bump github.com/getsentry/sentry-go from 0.29.1 to 0.30.0 (#6363)dependabot[bot]1-1/+1
2024-12-16chore(deps): bump github.com/fclairamb/ftpserverlib from 0.24.1 to 0.25.0 (#6...dependabot[bot]1-1/+1
2024-12-09chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 (#6330)dependabot[bot]1-5/+5
2024-12-09chore(deps): bump cloud.google.com/go/pubsub from 1.45.1 to 1.45.3 (#6328)dependabot[bot]1-12/+12
2024-12-09chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.69.0 to 1.71...dependabot[bot]1-8/+8
2024-12-09chore(deps): bump github.com/hanwen/go-fuse/v2 from 2.7.1 to 2.7.2 (#6331)dependabot[bot]1-1/+1
2024-12-09chore(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 (#6332)dependabot[bot]1-1/+1
2024-11-25chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.3 to 1.69...dependabot[bot]1-5/+5
2024-11-25chore(deps): bump github.com/hanwen/go-fuse/v2 from 2.6.1 to 2.7.1 (#6283)dependabot[bot]1-1/+1
2024-11-25chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#6284)dependabot[bot]1-1/+1
2024-11-25chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.45 to 1....dependabot[bot]1-11/+11
2024-11-25chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#6286)dependabot[bot]1-1/+1
2024-11-19chore(deps): bump github.com/rclone/rclone from 1.68.1 to 1.68.2 (#6260)dependabot[bot]1-1/+1
2024-11-18chore(deps): bump github.com/linxGnu/grocksdb from 1.9.5 to 1.9.7 (#6249)dependabot[bot]1-1/+1
2024-11-18chore(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.1 (#6251)dependabot[bot]1-1/+1
2024-11-18chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.28.4 (...dependabot[bot]1-6/+6
2024-11-18chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.16 to 3.5.17 (#6253)dependabot[bot]1-3/+3
2024-11-11chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#6231)dependabot[bot]1-1/+1
2024-11-11chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.2 to 1.66...dependabot[bot]1-7/+7
2024-11-11chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.3 to 1.32.4 (#6227)dependabot[bot]1-1/+1
2024-11-11chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.89.2 to 3.91.0...dependabot[bot]1-1/+1
2024-11-11chore(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 (#6229)dependabot[bot]1-9/+8
2024-11-04merge current message queue code changes (#6201)Chris Lu1-1/+1
2024-11-04chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.61.2 to 1.66...dependabot[bot]1-9/+9
2024-11-04chore(deps): bump github.com/gocql/gocql from 1.6.0 to 1.7.0 (#6196)dependabot[bot]1-1/+1
2024-11-04chore(deps): bump gocloud.dev/pubsub/natspubsub from 0.39.0 to 0.40.0 (#6198)dependabot[bot]1-1/+1
2024-11-04chore(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 (#6199)dependabot[bot]1-1/+1
2024-11-04chore(deps): bump cloud.google.com/go/pubsub from 1.43.0 to 1.45.1 (#6200)dependabot[bot]1-9/+9
2024-11-03fix mount: cannot locate OSXFUSEchrislu1-1/+1
2024-10-28chore(deps): bump github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0 (#6174)dependabot[bot]1-1/+1
2024-10-28chore(deps): bump modernc.org/sqlite from 1.33.0 to 1.33.1 (#6173)dependabot[bot]1-1/+2
2024-10-28chore(deps): bump cloud.google.com/go/storage from 1.43.0 to 1.45.0 (#6172)dependabot[bot]1-2/+16
2024-10-28chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.77.1 to 3.89.2...dependabot[bot]1-2/+2
2024-10-28chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#6170)dependabot[bot]1-1/+1
2024-10-21chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (...dependabot[bot]1-1/+1
2024-10-21chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#6152)dependabot[bot]1-1/+1