test: use std erros

This commit is contained in:
Kevin Franklin Kim 2025-09-29 21:41:22 +02:00
parent 8223298832
commit 33df52d531
No known key found for this signature in database

View File

@ -1,11 +1,11 @@
package keelerrors_test
import (
"errors"
"fmt"
"testing"
keelerrors "github.com/foomo/keel/errors"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)