Update org import paths
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/Safing/portbase/log"
|
||||
"github.com/safing/portbase/log"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user