mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
tools: add tools.go to pin go run apps (#2344)
* tools: add tools.go to pin go run apps * remove deps-lint
This commit is contained in:
parent
e23d42b070
commit
4ecb43454d
5 changed files with 121 additions and 20 deletions
10
tools.go
Normal file
10
tools.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
//+build tools
|
||||
|
||||
package pomerium
|
||||
|
||||
import (
|
||||
_ "github.com/client9/misspell/cmd/misspell"
|
||||
_ "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