chore: update go mod.

This commit is contained in:
Alexandre Pujol 2023-12-15 22:34:21 +00:00
parent b1212c6e62
commit a8e489a85a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 13 additions and 12 deletions

6
go.mod
View file

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