mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 01:41:13 -06:00
git-subtree-dir: thumbnails git-subtree-mainline:ccc651a11egit-subtree-split:2ebf7b2f23
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"
|
|
)
|