diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-16 00:23:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-16 00:23:32 +0300 |
| commit | 20b30958cbf238686c9c05afca3f8571f7e6d956 (patch) | |
| tree | 83a69122e8db6a25fd87ce164b02e0318ec319ea /go.mod | |
| parent | f2d7b23e506a868744d09aa26484542ff4b6796f (diff) | |
| parent | d224c207f847a616b68d1c38e2593450bd386924 (diff) | |
Merge pull request #22 from MHSanaei/dependabot/go_modules/google.golang.org/protobuf-1.29.1
Bump google.golang.org/protobuf from 1.29.0 to 1.29.1
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,6 +57,6 @@ require ( golang.org/x/net v0.8.0 // indirect golang.org/x/sys v0.6.0 // indirect google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect - google.golang.org/protobuf v1.29.0 // indirect + google.golang.org/protobuf v1.29.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |
