2021-08-30 18:48:19 +00:00
|
|
|
//go:build tools
|
|
|
|
// +build tools
|
|
|
|
|
|
|
|
// this file make sure tools are vendored too
|
|
|
|
package tools
|
|
|
|
|
|
|
|
import (
|
2021-10-13 16:48:43 +00:00
|
|
|
_ "github.com/rs/zerolog/cmd/lint"
|
2021-08-30 18:48:19 +00:00
|
|
|
_ "github.com/woodpecker-ci/togo"
|
|
|
|
)
|