Skip to content

Commit 30a94bf

Browse files
Bump the go_modules group across 2 directories with 2 updates
Bumps the go_modules group with 2 updates in the / directory: [github.com/buger/jsonparser](https://github.com/buger/jsonparser) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Bumps the go_modules group with 2 updates in the /integration-tests directory: [github.com/buger/jsonparser](https://github.com/buger/jsonparser) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/buger/jsonparser` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/buger/jsonparser/releases) - [Commits](buger/jsonparser@v1.1.1...v1.1.2) Updates `google.golang.org/grpc` from 1.78.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.78.0...v1.79.3) Updates `github.com/buger/jsonparser` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/buger/jsonparser/releases) - [Commits](buger/jsonparser@v1.1.1...v1.1.2) Updates `google.golang.org/grpc` from 1.78.0 to 1.79.3 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.78.0...v1.79.3) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.1.2 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/buger/jsonparser dependency-version: 1.1.2 dependency-type: indirect dependency-group: go_modules - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43212c2 commit 30a94bf

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/bits-and-blooms/bitset v1.24.0 // indirect
5858
github.com/blendle/zapdriver v1.3.1 // indirect
5959
github.com/buger/goterm v1.0.4 // indirect
60-
github.com/buger/jsonparser v1.1.1 // indirect
60+
github.com/buger/jsonparser v1.1.2 // indirect
6161
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
6262
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6363
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.2 // indirect
@@ -206,7 +206,7 @@ require (
206206
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
207207
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3 // indirect
208208
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
209-
google.golang.org/grpc v1.78.0 // indirect
209+
google.golang.org/grpc v1.79.3 // indirect
210210
google.golang.org/protobuf v1.36.11 // indirect
211211
gopkg.in/yaml.v2 v2.4.0 // indirect
212212
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/blendle/zapdriver v1.3.1 // indirect
5656
github.com/block-vision/sui-go-sdk v1.1.4 // indirect
5757
github.com/buger/goterm v1.0.4 // indirect
58-
github.com/buger/jsonparser v1.1.1 // indirect
58+
github.com/buger/jsonparser v1.1.2 // indirect
5959
github.com/bytedance/sonic v1.12.3 // indirect
6060
github.com/bytedance/sonic/loader v0.2.0 // indirect
6161
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -235,7 +235,7 @@ require (
235235
golang.org/x/crypto v0.48.0 // indirect
236236
golang.org/x/mod v0.33.0 // indirect
237237
golang.org/x/net v0.50.0 // indirect
238-
golang.org/x/oauth2 v0.32.0 // indirect
238+
golang.org/x/oauth2 v0.34.0 // indirect
239239
golang.org/x/sys v0.41.0 // indirect
240240
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
241241
golang.org/x/term v0.40.0 // indirect
@@ -245,7 +245,7 @@ require (
245245
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
246246
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3 // indirect
247247
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
248-
google.golang.org/grpc v1.78.0 // indirect
248+
google.golang.org/grpc v1.79.3 // indirect
249249
google.golang.org/protobuf v1.36.11 // indirect
250250
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
251251
gopkg.in/inf.v0 v0.9.1 // indirect

integration-tests/go.sum

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)