fix: add missings paths import.

This commit is contained in:
Alexandre Pujol 2024-04-28 00:44:23 +01:00
parent ac8eec933b
commit 00f6d88cb8
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@ package integration
import (
"os"
"github.com/arduino/go-paths-helper"
"github.com/roddhjav/apparmor.d/pkg/logs"
"github.com/roddhjav/apparmor.d/pkg/paths"
"github.com/roddhjav/apparmor.d/pkg/util"
"gopkg.in/yaml.v3"
)