chore: update go mod.

This commit is contained in:
Alexandre Pujol 2024-03-05 18:42:46 +00:00
parent 1df176cf7b
commit 0c891fa564
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 7 additions and 7 deletions

6
go.mod
View file

@ -1,10 +1,10 @@
module github.com/roddhjav/apparmor.d
go 1.21
go 1.22
require (
github.com/arduino/go-paths-helper v1.10.1
github.com/arduino/go-paths-helper v1.12.0
github.com/pkg/errors v0.9.1
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
gopkg.in/yaml.v2 v2.4.0
)