1
0
mirror of https://github.com/strongdm/comply synced 2024-06-30 22:14:22 +00:00
comply/tools.go
2019-07-14 13:51:10 -03:00

11 lines
282 B
Go

// +build tools
package tools
import (
_ "github.com/Clever/gitsem"
_ "github.com/aktau/github-release"
_ "github.com/containous/go-bindata/go-bindata" // v1.0.0
_ "github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs" // v0.0.0-20170227122030-30f82fa23fd8
)