mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 12:38:21 -05:00
506ba1aa51
git-subtree-dir: konnectd git-subtree-mainline:ab1e6d4689git-subtree-split:3829df495c
10 lines
183 B
Go
10 lines
183 B
Go
package assets
|
|
|
|
import (
|
|
// 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"
|
|
)
|