Skip to content

Commit

Permalink
Merge pull request #22 from SafetyCulture/dependabot/go_modules/googl…
Browse files Browse the repository at this point in the history
…e.golang.org/protobuf-1.32.0

[INTG-1601]: Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
  • Loading branch information
sc-gv committed Jan 4, 2024
2 parents 8492ec9 + 407baad commit b83eb62
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/protoc-gen-ratelimit/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ func (f *Flags) PrintVersion() {
// ParseFlags parses the supplied options are returns a `Flags` object to the caller.
//
// Parameters:
// * `w` - the `io.Writer` to use for printing messages (help, version, etc.)
// * `args` - the set of args the program was invoked with (typically `os.Args`)
// - `w` - the `io.Writer` to use for printing messages (help, version, etc.)
// - `args` - the set of args the program was invoked with (typically `os.Args`)
func ParseFlags(w io.Writer, args []string) *Flags {
f := Flags{appName: args[0], writer: w}

Expand Down
2 changes: 1 addition & 1 deletion cmd/protoc-gen-ratelimit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Example: generate ratelimit configuration files for Envoy:
//
// protoc --ratelimit_out=. --doc_opt=ratelimit/config.yaml protos/*.proto
// protoc --ratelimit_out=. --doc_opt=ratelimit/config.yaml protos/*.proto
//
// For more details, check out the README at https://github.com/SafetyCulture/protoc-gen-ratelimit
package main
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/pseudomuto/protokit v0.2.1
github.com/stretchr/testify v1.8.4
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.32.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools v2.2.0+incompatible
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit b83eb62

Please sign in to comment.