Fix some rebase conflicts

This commit is contained in:
Joshua Casey
2024-11-11 10:33:01 -06:00
parent f9e1dd4bec
commit 76f6b725b8
4 changed files with 33 additions and 32 deletions

View File

@@ -33,8 +33,9 @@ import (
"slices"
"github.com/go-logr/logr"
"go.pinniped.dev/internal/auditevent"
"k8s.io/apiserver/pkg/audit"
"go.pinniped.dev/internal/auditevent"
)
const errorKey = "error" // this matches zapr's default for .Error calls (which is asserted via tests)

View File

@@ -4,7 +4,6 @@
package plog
import (
"bytes"
"fmt"
"runtime"
"strings"