chore: update go mod deps.

This commit is contained in:
Alexandre Pujol 2024-04-28 00:04:42 +01:00
parent 2f3d55e924
commit 0cd0262bed
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 15 additions and 23 deletions

View file

@ -5,9 +5,8 @@
package aa
import (
"slices"
"strings"
"golang.org/x/exp/slices"
)
type MountConditions struct {

View file

@ -7,11 +7,11 @@ package aa
import (
"bytes"
"reflect"
"slices"
"sort"
"strings"
"github.com/arduino/go-paths-helper"
"golang.org/x/exp/slices"
)
// Default Apparmor magic directory: /etc/apparmor.d/.

View file

@ -9,9 +9,8 @@ package aa
import (
"regexp"
"slices"
"strings"
"golang.org/x/exp/slices"
)
var (