buidl: update go.mod

This commit is contained in:
Alexandre Pujol 2023-04-19 18:51:04 +01:00
parent 458db2601a
commit ec733d30ac
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 20 additions and 0 deletions

7
go.mod
View file

@ -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