File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
3131 github.com/golang/protobuf v1.5.2 // indirect
3232 github.com/kr/text v0.2.0 // indirect
3333 github.com/kylelemons/go-gypsy v1.0.0 // indirect
34- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
34+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
3535 github.com/pmezard/go-difflib v1.0.0 // indirect
3636 github.com/prometheus/client_model v0.2.0 // indirect
3737 github.com/prometheus/common v0.37.0 // indirect
Original file line number Diff line number Diff line change @@ -243,8 +243,9 @@ github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A
243243github.com/mattn/go-sqlite3 v1.14.15 h1:vfoHhTN1af61xCRSWzFIWzx2YskyMTwHLrExkBOjvxI =
244244github.com/mattn/go-sqlite3 v1.14.15 /go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg =
245245github.com/mattn/goveralls v0.0.2 /go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw =
246- github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
247246github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
247+ github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM =
248+ github.com/matttproud/golang_protobuf_extensions v1.0.2 /go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4 =
248249github.com/mediocregopher/radix/v3 v3.4.2 /go.mod h1:8FL3F6UQRXHXIBSPUs5h0RybMF8i4n7wVopoX3x7Bv8 =
249250github.com/microcosm-cc/bluemonday v1.0.2 /go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/leAFZyRl6bYmGDlGc =
250251github.com/mitchellh/go-homedir v1.1.0 /go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0 =
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ github.com/lib/pq/scram
8383# github.com/mattn/go-sqlite3 v1.14.15
8484## explicit; go 1.16
8585github.com/mattn/go-sqlite3
86- # github.com/matttproud/golang_protobuf_extensions v1.0.1
87- ## explicit
86+ # github.com/matttproud/golang_protobuf_extensions v1.0.2
87+ ## explicit; go 1.9
8888github.com/matttproud/golang_protobuf_extensions/pbutil
8989# github.com/pmezard/go-difflib v1.0.0
9090## explicit
You can’t perform that action at this time.
0 commit comments