Update org import paths

This commit is contained in:
Daniel
2019-07-02 15:12:31 +02:00
parent 619e11d8e1
commit 9741bc412e
108 changed files with 274 additions and 274 deletions

View File

@@ -1,6 +1,6 @@
package threats
import (
_ "github.com/Safing/portmaster/threats/arp"
_ "github.com/Safing/portmaster/threats/portscan"
_ "github.com/safing/portmaster/threats/arp"
_ "github.com/safing/portmaster/threats/portscan"
)