mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 23:05:11 +01:00
fix(build): for compatibility, use slices from exp.
This commit is contained in:
parent
5149b55bd0
commit
79a3bb1ea8
1 changed files with 1 additions and 1 deletions
|
@ -6,11 +6,11 @@ package directive
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"regexp"
|
"regexp"
|
||||||
"slices"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
oss "github.com/roddhjav/apparmor.d/pkg/os"
|
oss "github.com/roddhjav/apparmor.d/pkg/os"
|
||||||
"golang.org/x/exp/maps"
|
"golang.org/x/exp/maps"
|
||||||
|
"golang.org/x/exp/slices"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FilterOnly struct {
|
type FilterOnly struct {
|
||||||
|
|
Loading…
Reference in a new issue