Add fake imports to make fileb0x work

This commit is contained in:
Benedikt Kulmann
2020-07-01 11:04:03 +02:00
parent 8158999cd1
commit 4e1d6b4557

View File

@@ -7,6 +7,12 @@ import (
"github.com/owncloud/ocis-accounts/pkg/config"
"github.com/owncloud/ocis-pkg/v2/log"
// Fake the import to make the dep tree happy.
_ "golang.org/x/net/context"
// Fake the import to make the dep tree happy.
_ "golang.org/x/net/webdav"
)
//go:generate go run github.com/UnnoTed/fileb0x embed.yml