diff --git a/profile/module_test.go b/profile/module_test.go deleted file mode 100644 index 06bb7f8d..00000000 --- a/profile/module_test.go +++ /dev/null @@ -1,7 +0,0 @@ -package profile - -/* -func TestMain(m *testing.M) { - pmtesting.TestMain(m, module) -} -*/ diff --git a/profile/profile.go b/profile/profile.go index 665d6ff8..b1798b07 100644 --- a/profile/profile.go +++ b/profile/profile.go @@ -10,14 +10,13 @@ import ( "sync/atomic" "time" - "github.com/safing/portbase/utils/osdetail" - "github.com/tevino/abool" "github.com/safing/portbase/config" "github.com/safing/portbase/database/record" "github.com/safing/portbase/log" "github.com/safing/portbase/utils" + "github.com/safing/portbase/utils/osdetail" "github.com/safing/portmaster/intel/filterlists" "github.com/safing/portmaster/profile/endpoints" )