Fix linter/tests

This commit is contained in:
Daniel
2023-10-13 12:02:29 +02:00
parent e6c4937f8f
commit 7dcc0deee1
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package base
import (
_ "github.com/safing/portbase/config"
_ "github.com/safing/portbase/metrics"
"github.com/safing/portbase/modules"
_ "github.com/safing/portbase/rng"
)