Files
opencloud/tools.go
2020-03-16 16:55:10 +01:00

12 lines
202 B
Go

// +build tools
package main
import (
_ "github.com/UnnoTed/fileb0x"
_ "github.com/cespare/reflex"
_ "github.com/kballard/go-shellquote"
_ "github.com/ogier/pflag"
_ "github.com/restic/calens"
)