Update deps and adapt to portbase v0.10.0

This commit is contained in:
Daniel
2021-05-13 22:16:57 +02:00
parent 5e5992be3b
commit 2b1b2bab55
3 changed files with 29 additions and 656 deletions

View File

@@ -11,7 +11,6 @@ import (
"strings"
"time"
"github.com/google/renameio"
processInfo "github.com/shirou/gopsutil/process"
"github.com/tevino/abool"
@@ -21,6 +20,7 @@ import (
"github.com/safing/portbase/notifications"
"github.com/safing/portbase/rng"
"github.com/safing/portbase/updater"
"github.com/safing/portbase/utils/renameio"
"github.com/safing/portmaster/updates/helper"
)