Skip to content

Commit dadffb0

Browse files
chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v1.0.4
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent e0aab14 commit dadffb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ require (
2525
github.com/spf13/pflag v1.0.6
2626
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
2727
go.uber.org/mock v0.5.0
28-
golang.org/x/oauth2 v0.24.0
2928
golang.org/x/term v0.27.0
3029
golang.org/x/text v0.21.0
3130
google.golang.org/api v0.211.0
@@ -84,7 +83,7 @@ require (
8483
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8584
github.com/mattn/go-colorable v0.1.13 // indirect
8685
github.com/mattn/go-isatty v0.0.16 // indirect
87-
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
86+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
8887
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
8988
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
9089
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -109,6 +108,7 @@ require (
109108
go.opentelemetry.io/otel/trace v1.29.0 // indirect
110109
golang.org/x/crypto v0.31.0 // indirect
111110
golang.org/x/net v0.33.0 // indirect
111+
golang.org/x/oauth2 v0.24.0 // indirect
112112
golang.org/x/sync v0.10.0 // indirect
113113
golang.org/x/sys v0.28.0 // indirect
114114
golang.org/x/time v0.9.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
335335
github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=
336336
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
337337
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
338-
github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM=
339-
github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
338+
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
339+
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
340340
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
341341
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=
342342
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=

0 commit comments

Comments
 (0)