Skip to content

Commit 61b2f14

Browse files
Post dependabot file modifications
1 parent c361047 commit 61b2f14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5353,11 +5353,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.63.2/LIC
53535353

53545354
--------------------------------------------------------------------------------
53555355
Dependency : google.golang.org/protobuf
5356-
Version: v1.33.0
5356+
Version: v1.36.6
53575357
Licence type (autodetected): BSD-3-Clause
53585358
--------------------------------------------------------------------------------
53595359

5360-
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.33.0/LICENSE:
5360+
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.36.6/LICENSE:
53615361

53625362
Copyright (c) 2018 The Go Authors. All rights reserved.
53635363

testing/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ require (
7474
golang.org/x/text v0.23.0 // indirect
7575
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
7676
google.golang.org/grpc v1.63.2 // indirect
77-
google.golang.org/protobuf v1.35.2 // indirect
77+
google.golang.org/protobuf v1.36.6 // indirect
7878
gopkg.in/yaml.v3 v3.0.1 // indirect
7979
)

testing/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be h1:
238238
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
239239
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
240240
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
241-
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
242-
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
241+
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
242+
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
243243
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
244244
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
245245
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 commit comments

Comments
 (0)