chore: use slices from standard library.
This commit is contained in:
parent
8b68132f0e
commit
ea1736083a
12 changed files with 13 additions and 15 deletions
|
|
@ -7,11 +7,11 @@ package logs
|
|||
import (
|
||||
"io"
|
||||
"regexp"
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
"github.com/roddhjav/apparmor.d/pkg/aa"
|
||||
"github.com/roddhjav/apparmor.d/pkg/util"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
// Colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue