Skip to content

Commit

Permalink
Merge pull request #159 from aliellis/feat-support-optional-proto3
Browse files Browse the repository at this point in the history
feat: bump protoreflect to support optional fields in proto3
  • Loading branch information
birdayz authored Aug 25, 2021
2 parents d878e0a + a7b7ba2 commit 79af9b5
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 14 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ require (
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.4.2
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e
github.com/jhump/protoreflect v1.5.0
github.com/jhump/protoreflect v1.9.0
github.com/linkedin/goavro v2.1.0+incompatible
github.com/lovoo/goka v0.1.4 // indirect
github.com/magiconair/properties v1.8.1
Expand Down
Loading

0 comments on commit 79af9b5

Please sign in to comment.