2017-05-20 14:46:29 +02:00
|
|
|
package all
|
|
|
|
|
2018-01-07 21:00:56 +01:00
|
|
|
import (
|
2020-06-16 23:30:54 +02:00
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/blocklist"
|
2018-01-17 20:20:35 +01:00
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/domainappendsite"
|
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/domainassite"
|
2018-01-13 19:08:46 +01:00
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/haslocation"
|
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/inarea"
|
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/noowner"
|
|
|
|
_ "github.com/FreifunkBremen/yanic/output/filter/site"
|
2018-01-07 21:00:56 +01:00
|
|
|
)
|