* Generate config files required for konnect from assets Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Change identifier-registration and certs to localhost Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
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"
|
|
)
|