1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-06 08:16:19 +02:00
woodpecker/tools.go

11 lines
176 B
Go
Raw Normal View History

//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"
)