diff options
author | Valery Piashchynski <[email protected]> | 2021-09-08 20:55:25 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-08 20:55:25 +0300 |
commit | f855d878c281285bd8f468af0dba2521e4f211db (patch) | |
tree | 5d10640eb0f09718672819a30d39169589519e0d /go.mod | |
parent | b72643e64e116e51a245bc9331e25c3f73175030 (diff) |
Update protoc plugin,
Update serverOptions,
Update codec.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ require ( go.uber.org/atomic v1.9.0 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/tools v0.1.5 // indirect + google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect gopkg.in/ini.v1 v1.63.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |