Skip to content

Commit

Permalink
chore(go.mod): add google.golang.org/protobuf v1.31.0 as a required m…
Browse files Browse the repository at this point in the history
…odule

The commit adds google.golang.org/protobuf v1.31.0 as a required module
in the go.mod file.
  • Loading branch information
cybersiddhu committed Aug 17, 2023
1 parent 4ebbeb0 commit 3311a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ require (
github.com/yuin/goldmark v1.5.6
golang.org/x/oauth2 v0.11.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)

go 1.13

0 comments on commit 3311a9d

Please sign in to comment.