mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(build): for compatibility, use slices from exp.
This commit is contained in:
parent
e2ac675165
commit
22fb2298d5
1 changed files with 1 additions and 1 deletions
|
@ -6,10 +6,10 @@ package util
|
|||
|
||||
import (
|
||||
"os"
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
"github.com/arduino/go-paths-helper"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue