Switch uuid lib and update deps

This commit is contained in:
Daniel
2020-05-25 22:31:11 +02:00
parent eef8a443e4
commit 025ed6d231
2 changed files with 24 additions and 26 deletions

View File

@@ -6,14 +6,12 @@ import (
"sync"
"time"
"github.com/safing/portbase/log"
"github.com/gofrs/uuid"
"github.com/tevino/abool"
uuid "github.com/satori/go.uuid"
"github.com/safing/portbase/config"
"github.com/safing/portbase/database/record"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/intel/filterlists"
"github.com/safing/portmaster/profile/endpoints"
)