chore: update go dependencies.

This commit is contained in:
Alexandre Pujol 2023-09-04 15:03:22 +01:00
parent 41525621aa
commit 2242fc3f47
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/roddhjav/apparmor.d
go 1.20
require (
github.com/arduino/go-paths-helper v1.8.0
github.com/arduino/go-paths-helper v1.9.1
github.com/pkg/errors v0.9.1
golang.org/x/exp v0.0.0-20230418202329-0354be287a23
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
gopkg.in/yaml.v2 v2.4.0
)