buidl: update go.mod
This commit is contained in:
parent
458db2601a
commit
ec733d30ac
2 changed files with 20 additions and 0 deletions
7
go.mod
7
go.mod
|
|
@ -1,3 +1,10 @@
|
|||
module github.com/roddhjav/apparmor.d
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/arduino/go-paths-helper v1.8.0
|
||||
golang.org/x/exp v0.0.0-20230418202329-0354be287a23
|
||||
)
|
||||
|
||||
require github.com/pkg/errors v0.9.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue