Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
fixed protobuf version
  • Loading branch information
daniejstriata authored Jun 10, 2024
1 parent 01eda24 commit b5b7ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/golang/protobuf v1.5.5 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/snappy v0.0.3 // indirect
Expand Down

0 comments on commit b5b7ae1

Please sign in to comment.