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

7
go.mod
View file

@ -3,6 +3,11 @@ module github.com/roddhjav/apparmor.d
go 1.22
require (
github.com/arduino/go-paths-helper v1.12.0
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)