mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-17 09:40:07 -06:00
12 lines
202 B
Go
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"
|
|
)
|