aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
...
* go.mod: update mockeryTaras Madan2025-02-071-1/+1
|
* go.mod: update golangci-lintTaras Madan2025-02-051-31/+36
|
* go.mod: update go1.22.1 -> go1.23.6Taras Madan2025-02-051-13/+6
|
* mod: bump google.golang.org/protobuf from 1.35.2 to 1.36.4dependabot[bot]2025-02-011-1/+1
| | | | | | | | | | | | Bumps google.golang.org/protobuf from 1.35.2 to 1.36.4. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/oauth2 from 0.24.0 to 0.25.0dependabot[bot]2025-02-011-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/oauth2/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* go.mod: update flatbuffers to v25.1.24Taras Madan2025-01-291-1/+1
|
* mod: bump github.com/google/generative-ai-go from 0.18.0 to 0.19.0dependabot[bot]2025-01-241-1/+1
| | | | | | | | | | | | | | Bumps [github.com/google/generative-ai-go](https://github.com/google/generative-ai-go) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/google/generative-ai-go/releases) - [Commits](https://github.com/google/generative-ai-go/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: github.com/google/generative-ai-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/tools from 0.27.0 to 0.29.0dependabot[bot]2025-01-221-7/+7
| | | | | | | | | | | | | | Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.29.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* syz-cluster: initial codeAleksandr Nogikh2025-01-221-14/+52
| | | | | | | | | | | | | | | | | | | | | | | | | The basic code of a K8S-based cluster that: * Aggregates new LKML patch series. * Determines the kernel trees to apply them to. * Builds the basic and the patched kernel. * Displays the results on a web dashboard. This is a very rudimentary version with a lot of TODOs that provides a skeleton for further work. The project makes use of Argo workflows and Spanner DB. Bootstrap is used for the web interface. Overall structure: * syz-cluster/dashboard: a web dashboard listing patch series and their test results. * syz-cluster/series-tracker: polls Lore archives and submits the new patch series to the DB. * syz-cluster/controller: schedules workflows and provides API for them. * syz-cluster/kernel-disk: a cron job that keeps a kernel checkout up to date. * syz-cluster/workflow/*: workflow steps. For the DB structure see syz-cluster/pkg/db/migrations/*.
* mod: bump github.com/golangci/golangci-lint from 1.62.0 to 1.62.2dependabot[bot]2024-12-051-8/+8
| | | | | | | | | | | | | | | Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.62.0 to 1.62.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.62.0...v1.62.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump github.com/stretchr/testify from 1.9.0 to 1.10.0dependabot[bot]2024-12-021-1/+1
| | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump google.golang.org/protobuf from 1.35.1 to 1.35.2dependabot[bot]2024-12-021-1/+1
| | | | | | | | | | | | Bumps google.golang.org/protobuf from 1.35.1 to 1.35.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* go.mod: update golangci-lint to v1.62.0Taras Madan2024-11-111-41/+43
|
* mod: bump golang.org/x/oauth2 from 0.23.0 to 0.24.0dependabot[bot]2024-11-111-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.23.0 to 0.24.0. - [Commits](https://github.com/golang/oauth2/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/sys from 0.26.0 to 0.27.0dependabot[bot]2024-11-111-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.26.0 to 0.27.0. - [Commits](https://github.com/golang/sys/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5dependabot[bot]2024-11-061-1/+1
| | | | | | | | | | | | | | | Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.4...v1.20.5) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/tools from 0.25.0 to 0.26.0dependabot[bot]2024-11-061-6/+6
| | | | | | | | | | | | | | Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump google.golang.org/protobuf from 1.34.2 to 1.35.1dependabot[bot]2024-11-061-1/+1
| | | | | | | | | | | | Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump cloud.google.com/go/logging from 1.11.0 to 1.12.0dependabot[bot]2024-11-061-4/+4
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.11.0...dlp/v1.12.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump cloud.google.com/go from 0.115.1 to 0.116.0dependabot[bot]2024-11-061-4/+4
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.115.1 to 0.116.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.115.1...v0.116.0) --- updated-dependencies: - dependency-name: cloud.google.com/go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* go.mod: add github.com/speakeasy-api/git-diff-parserDmitry Vyukov2024-10-151-0/+1
|
* mod: bump cloud.google.com/go/profiler from 0.4.0 to 0.4.1dependabot[bot]2024-10-011-1/+1
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/profiler](https://github.com/googleapis/google-cloud-go) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.4.0...ai/v0.4.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/profiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump cloud.google.com/go/bigquery from 1.62.0 to 1.63.0dependabot[bot]2024-10-011-2/+2
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.62.0 to 1.63.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.62.0...spanner/v1.63.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump cloud.google.com/go/batch from 1.10.0 to 1.11.0dependabot[bot]2024-10-011-1/+1
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/batch](https://github.com/googleapis/google-cloud-go) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.10.0...dlp/v1.11.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/batch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump cloud.google.com/go/pubsub from 1.42.0 to 1.43.0dependabot[bot]2024-10-011-3/+3
| | | | | | | | | | | | | | | Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.42.0...pubsub/v1.43.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump github.com/google/generative-ai-go from 0.17.0 to 0.18.0dependabot[bot]2024-10-011-1/+1
| | | | | | | | | | | | | | Bumps [github.com/google/generative-ai-go](https://github.com/google/generative-ai-go) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/google/generative-ai-go/releases) - [Commits](https://github.com/google/generative-ai-go/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/google/generative-ai-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4dependabot[bot]2024-10-011-1/+1
| | | | | | | | | | | | | | | Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.3 to 1.20.4. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.3...v1.20.4) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.3dependabot[bot]2024-09-111-5/+6
| | | | | | | | | | | | | | | Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.3. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.3) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/tools from 0.23.0 to 0.25.0dependabot[bot]2024-09-101-2/+2
| | | | | | | | | | | | | | Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.25.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.23.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* go.mod: update golangci-lintTaras Madan2024-09-101-98/+101
|
* go.mod: downgrade toolchain requirementsTaras Madan2024-09-101-3/+1
| | | | AppEngine can't download 1.22.7. Let's use 1.22.0.
* go/mod: update mockeryTaras Madan2024-09-101-2/+4
|
* Revert "mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.45.0"Aleksandr Nogikh2024-09-031-2/+1
| | | | This reverts commit abeaa9b9ff28969f20348db9f6d85bb3113c1a36.
* mod: bump golang.org/x/sys from 0.22.0 to 0.24.0dependabot[bot]2024-09-021-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.24.0. - [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.45.0dependabot[bot]2024-09-021-1/+2
| | | | | | | | | | | | | | | Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.40.3 to 2.45.0. - [Release notes](https://github.com/vektra/mockery/releases) - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md) - [Commits](https://github.com/vektra/mockery/compare/v2.40.3...v2.45.0) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/oauth2 from 0.21.0 to 0.22.0dependabot[bot]2024-09-021-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.22.0. - [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/sync from 0.7.0 to 0.8.0dependabot[bot]2024-09-021-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/toolsdependabot[bot]2024-08-081-6/+6
| | | | | | | | | | | | | | Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.23.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/commits/v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump golang.org/x/oauth2 from 0.20.0 to 0.21.0dependabot[bot]2024-08-021-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.20.0 to 0.21.0. - [Commits](https://github.com/golang/oauth2/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump google.golang.org/protobuf from 1.34.1 to 1.34.2dependabot[bot]2024-08-021-1/+1
| | | | | | | | | | | | Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* mod: bump google.golang.org/grpc in the go_modules groupdependabot[bot]2024-07-101-8/+8
| | | | | | | | | | | | | | | | | Bumps the go_modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.64.0 to 1.64.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
* dashboard/app: scale batchingTaras Madan2024-07-051-1/+1
|
* vendor: add batch client libraryTaras Madan2024-07-051-0/+1
|
* vendor: add bigquery client libraryTaras Madan2024-07-051-0/+7
|
* dashboard/app: add coverage histogramTaras Madan2024-06-201-1/+1
|
* vendor: spannerTaras Madan2024-06-201-1/+10
|
* vendor: use VividCortex/gohistogram insteadTaras Madan2024-06-171-1/+1
|
* Revert "mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.43.2"Taras Madan2024-06-051-2/+1
| | | | This reverts commit 568d10fd6d0d9b79cb09fe344bf77bde20ed665f.
* mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.43.2dependabot[bot]2024-06-051-1/+2
| | | | | | | | | | | | | | | Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.40.3 to 2.43.2. - [Release notes](https://github.com/vektra/mockery/releases) - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md) - [Commits](https://github.com/vektra/mockery/compare/v2.40.3...v2.43.2) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* vendor: vendor generative-ai-goDmitry Vyukov2024-06-041-5/+7
|