mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 03:12:50 +02:00
protoc: add xds repo (#2687)
* protoc: add xds repo * fix protoc-gen-validate dependency
This commit is contained in:
parent
1c445c426d
commit
3051ad77e0
6 changed files with 23 additions and 5 deletions
1
tools.go
1
tools.go
|
@ -5,6 +5,7 @@ package pomerium
|
|||
|
||||
import (
|
||||
_ "github.com/client9/misspell/cmd/misspell"
|
||||
_ "github.com/envoyproxy/protoc-gen-validate"
|
||||
_ "github.com/golang/mock/mockgen"
|
||||
_ "github.com/golang/protobuf/protoc-gen-go"
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue