mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
11 lines
176 B
Go
11 lines
176 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
// this file make sure tools are vendored too
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/bmatcuk/doublestar"
|
||
|
_ "github.com/woodpecker-ci/togo"
|
||
|
)
|