chore: use internal paths lib.

This commit is contained in:
Alexandre Pujol 2024-04-28 00:36:16 +01:00
parent f66789d381
commit 926e146dad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 25 additions and 20 deletions

View file

@ -4,7 +4,7 @@
package cfg
import "github.com/arduino/go-paths-helper"
import "github.com/roddhjav/apparmor.d/pkg/paths"
var (
// Root is the root directory for the build

View file

@ -8,7 +8,7 @@ import (
"reflect"
"testing"
"github.com/arduino/go-paths-helper"
"github.com/roddhjav/apparmor.d/pkg/paths"
)
func TestFlagger_Read(t *testing.T) {

View file

@ -9,7 +9,7 @@ import (
"slices"
"strings"
"github.com/arduino/go-paths-helper"
"github.com/roddhjav/apparmor.d/pkg/paths"
)
var (

View file

@ -8,7 +8,7 @@ import (
"reflect"
"testing"
"github.com/arduino/go-paths-helper"
"github.com/roddhjav/apparmor.d/pkg/paths"
)
const (