dependabot[bot]
89a1e7bdfb
build(deps): bump the dependencies group across 1 directory with 4 updates
...
Bumps the dependencies group with 4 updates in the / directory: [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger ), [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser ), [golang.org/x/text](https://github.com/golang/text ) and [google.golang.org/grpc](https://github.com/grpc/grpc-go ).
Updates `github.com/dgraph-io/badger/v4` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/dgraph-io/badger/releases )
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dgraph-io/badger/compare/v4.9.2...v4.9.4 )
Updates `github.com/vektah/gqlparser/v2` from 2.5.35 to 2.5.36
- [Release notes](https://github.com/vektah/gqlparser/releases )
- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.35...v2.5.36 )
Updates `golang.org/x/text` from 0.38.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.38.0...v0.40.0 )
Updates `google.golang.org/grpc` from 1.81.1 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.81.1...v1.82.0 )
---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
dependency-version: 4.9.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: github.com/vektah/gqlparser/v2
dependency-version: 2.5.36
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: golang.org/x/text
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: google.golang.org/grpc
dependency-version: 1.82.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 11:23:09 +02:00
Sebastian Spaink
f6092b9ce4
add --format flag for proto/JSON plan bundles ( #8825 )
...
This change adds a new flag for emitting plan bundles in the new protobuf wire format. `opa build --format=json|proto`. With `--format=proto`, the bundle contains `/plan.pb` and `/.manifest.pb` in place of `/plan.json`and `/.manifest`. Bundle Reader auto-detects both forms; mixed-format bundles are rejected at read, merge, and write time.
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com >
2026-07-06 12:50:33 -05:00
dependabot[bot]
1fdbb77dd6
build(deps): bump the dependencies group across 2 directories with 6 updates
...
Bumps the dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger ) | `4.9.1` | `4.9.2` |
| [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser ) | `2.5.33` | `2.5.34` |
| [golang.org/x/sync](https://github.com/golang/sync ) | `0.20.0` | `0.21.0` |
| [golang.org/x/text](https://github.com/golang/text ) | `0.37.0` | `0.38.0` |
| gopkg.in/ini.v1 | `1.67.2` | `1.67.3` |
Bumps the dependencies group with 1 update in the /e2e directory: [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ).
Updates `github.com/dgraph-io/badger/v4` from 4.9.1 to 4.9.2
- [Release notes](https://github.com/dgraph-io/badger/releases )
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dgraph-io/badger/compare/v4.9.1...v4.9.2 )
Updates `github.com/vektah/gqlparser/v2` from 2.5.33 to 2.5.34
- [Release notes](https://github.com/vektah/gqlparser/releases )
- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.33...v2.5.34 )
Updates `golang.org/x/sync` from 0.20.0 to 0.21.0
- [Commits](https://github.com/golang/sync/compare/v0.20.0...v0.21.0 )
Updates `golang.org/x/text` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.37.0...v0.38.0 )
Updates `gopkg.in/ini.v1` from 1.67.2 to 1.67.3
Updates `modernc.org/sqlite` from 1.51.0 to 1.52.0
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.51.0...v1.52.0 )
---
updated-dependencies:
- dependency-name: github.com/dgraph-io/badger/v4
dependency-version: 4.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: github.com/vektah/gqlparser/v2
dependency-version: 2.5.34
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: golang.org/x/sync
dependency-version: 0.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: golang.org/x/text
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: gopkg.in/ini.v1
dependency-version: 1.67.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: modernc.org/sqlite
dependency-version: 1.52.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-23 14:55:09 +02:00
dependabot[bot]
c5f72447e5
build(deps): bump the dependencies group across 2 directories with 2 updates
...
Bumps the dependencies group with 1 update in the / directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go ).
Bumps the dependencies group with 1 update in the /e2e directory: [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal ).
Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.81.0...v1.81.1 )
Updates `github.com/rogpeppe/go-internal` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/rogpeppe/go-internal/releases )
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.14.1...v1.15.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.81.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: github.com/rogpeppe/go-internal
dependency-version: 1.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-02 12:25:38 +02:00
Stephan Renatus
4ce3991901
benchmarks: use go tool machinery, add benchstat
...
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com >
2026-05-28 09:18:33 +02:00
Stephan Renatus
cb94b005f5
build: go install -> go install tool to control checksums
...
This is slightly more control, avoiding a supply chain risk.
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com >
2026-05-12 12:31:04 +02:00