mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
11 lines
282 B
Go
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
|
||
|
)
|