Skip to content

Commit df67795

Browse files
build(deps): bump google.golang.org/protobuf in /covet
Bumps google.golang.org/protobuf from 1.25.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4180821 commit df67795

File tree

2 files changed

+8
-63
lines changed

2 files changed

+8
-63
lines changed

covet/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717

1818
require (
1919
github.com/davecgh/go-spew v1.1.1 // indirect
20-
github.com/golang/protobuf v1.4.2 // indirect
20+
github.com/golang/protobuf v1.5.0 // indirect
2121
github.com/google/go-querystring v1.1.0 // indirect
2222
github.com/mattn/go-colorable v0.1.9 // indirect
2323
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -29,6 +29,6 @@ require (
2929
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
3030
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
3131
google.golang.org/appengine v1.6.7 // indirect
32-
google.golang.org/protobuf v1.25.0 // indirect
32+
google.golang.org/protobuf v1.33.0 // indirect
3333
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
3434
)

0 commit comments

Comments
 (0)