Skip to content

Commit e52a525

Browse files
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 baf2d6f commit e52a525

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/mark3labs/mcp-go v0.37.0
99
github.com/openshift-online/ocm-sdk-go v0.1.473
1010
github.com/spf13/cobra v1.9.1
11+
github.com/spf13/pflag v1.0.6
1112
)
1213

1314
require (
@@ -25,7 +26,7 @@ require (
2526
github.com/invopop/jsonschema v0.13.0 // indirect
2627
github.com/json-iterator/go v1.1.12 // indirect
2728
github.com/mailru/easyjson v0.7.7 // indirect
28-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
29+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2930
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
3031
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3132
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -37,7 +38,6 @@ require (
3738
github.com/prometheus/procfs v0.7.3 // indirect
3839
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
3940
github.com/spf13/cast v1.7.1 // indirect
40-
github.com/spf13/pflag v1.0.6 // indirect
4141
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
4242
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
4343
golang.org/x/net v0.21.0 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
200200
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
201201
github.com/mark3labs/mcp-go v0.37.0 h1:BywvZLPRT6Zx6mMG/MJfxLSZQkTGIcJSEGKsvr4DsoQ=
202202
github.com/mark3labs/mcp-go v0.37.0/go.mod h1:T7tUa2jO6MavG+3P25Oy/jR7iCeJPHImCZHRymCn39g=
203-
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
204203
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
204+
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
205+
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
205206
github.com/microcosm-cc/bluemonday v1.0.18 h1:6HcxvXDAi3ARt3slx6nTesbvorIc3QeTzBNRvWktHBo=
206207
github.com/microcosm-cc/bluemonday v1.0.18/go.mod h1:Z0r70sCuXHig8YpBzCc5eGHAap2K7e/u082ZUpDRRqM=
207208
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)