chore: use internal paths lib.
This commit is contained in:
parent
f66789d381
commit
926e146dad
20 changed files with 25 additions and 20 deletions
7
go.mod
7
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue