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

@@ -14,7 +14,7 @@ import (
"github.com/google/renameio"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/log"
)
var (

View File

@@ -8,7 +8,7 @@ import (
"path/filepath"
"runtime"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/log"
)
var (

View File

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

View File

@@ -6,10 +6,10 @@ import (
"os"
"path/filepath"
"github.com/Safing/portbase/database"
"github.com/Safing/portbase/info"
"github.com/Safing/portbase/log"
"github.com/Safing/portbase/modules"
"github.com/safing/portbase/database"
"github.com/safing/portbase/info"
"github.com/safing/portbase/log"
"github.com/safing/portbase/modules"
)
var (

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/Safing/portbase/notifications"
"github.com/safing/portbase/notifications"
)
const coreIdentifier = "core/portmaster"

View File

@@ -4,11 +4,11 @@ import (
"errors"
"sync"
"github.com/Safing/portbase/database"
"github.com/Safing/portbase/database/query"
"github.com/Safing/portbase/database/record"
"github.com/Safing/portbase/info"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/database"
"github.com/safing/portbase/database/query"
"github.com/safing/portbase/database/record"
"github.com/safing/portbase/info"
"github.com/safing/portbase/log"
"github.com/tevino/abool"
)

View File

@@ -8,7 +8,7 @@ import (
"runtime"
"time"
"github.com/Safing/portbase/log"
"github.com/safing/portbase/log"
)
func updater() {

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
"fmt"
"github.com/Safing/portmaster/updates"
"github.com/safing/portmaster/updates"
"github.com/spf13/cobra"
)