forked from jshiffer/matterbridge
d16645c952
* Update mattermost library * Fix linting
15 lines
311 B
YAML
15 lines
311 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
version: v1
|
|
plugins:
|
|
- plugin: buf.build/protocolbuffers/go
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- plugin: buf.build/grpc/go:v1.3.0
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- require_unimplemented_servers=false
|