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

@@ -7,9 +7,9 @@ import (
processInfo "github.com/shirou/gopsutil/process"
"github.com/Safing/portbase/database"
"github.com/Safing/portbase/log"
"github.com/Safing/portmaster/profile"
"github.com/safing/portbase/database"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/profile"
"github.com/tevino/abool"
)

View File

@@ -5,8 +5,8 @@ import (
"errors"
"net"
"github.com/Safing/portbase/log"
"github.com/Safing/portmaster/network/packet"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/network/packet"
)
// Errors

View File

@@ -1,7 +1,7 @@
package process
import (
"github.com/Safing/portmaster/process/proc"
"github.com/safing/portmaster/process/proc"
)
var (

View File

@@ -1,7 +1,7 @@
package process
import (
"github.com/Safing/portmaster/process/iphelper"
"github.com/safing/portmaster/process/iphelper"
)
var (

View File

@@ -5,7 +5,7 @@ package main
import (
"fmt"
"github.com/Safing/portmaster/process/iphelper"
"github.com/safing/portmaster/process/iphelper"
)
func main() {

View File

@@ -4,10 +4,10 @@ import (
"context"
"fmt"
"github.com/Safing/portbase/database"
"github.com/Safing/portbase/database/query"
"github.com/Safing/portbase/log"
"github.com/Safing/portmaster/profile"
"github.com/safing/portbase/database"
"github.com/safing/portbase/database/query"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/profile"
)
var (

View File

@@ -10,7 +10,7 @@ import (
"sync"
"syscall"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/log"
)
var (

View File

@@ -13,7 +13,7 @@ import (
"sync"
"unicode"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/log"
)
/*

View File

@@ -12,9 +12,9 @@ import (
processInfo "github.com/shirou/gopsutil/process"
"github.com/Safing/portbase/database/record"
"github.com/Safing/portbase/log"
"github.com/Safing/portmaster/profile"
"github.com/safing/portbase/database/record"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/profile"
)
var (

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"strings"
"github.com/Safing/portbase/log"
"github.com/Safing/portbase/utils/osdetail"
"github.com/safing/portbase/log"
"github.com/safing/portbase/utils/osdetail"
)
// IsUser returns whether the process is run by a normal user.

View File

@@ -10,7 +10,7 @@ import (
"sync"
"time"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/log"
)
var (