mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
fd1d97c334
* add build tags/import k8s specific proto packages * fix generated import paths * fix gomod linting issue * mod tidy every go mod file * revert protobuff version, take care of in different pr * cleaned up new lines * added newline to end of file
25 lines
581 B
YAML
25 lines
581 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
version: v1
|
|
deps:
|
|
- buf.build/k8s/api
|
|
name: buf.build/hashicorp/consul
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
except:
|
|
# we want to enable our Go packages to have a pb prefix to make goimports more
|
|
# intelligently handle fixing up imports and hopefully getting it right.
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
|
|
# if we ever need a v2 we can have a second version with the .v2 version in the package name
|
|
- PACKAGE_VERSION_SUFFIX
|
|
|
|
service_suffix: Service
|
|
allow_comment_ignores: true
|
|
breaking:
|
|
use:
|
|
- FILE
|
|
|