Skip to content

Commit 7aa01d8

Browse files
committed
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 5fca214 commit 7aa01d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ require (
88
github.com/Masterminds/sprig/v3 v3.2.3
99
github.com/api7/gopkg v0.2.1-0.20230601092738-0f3730f9b57a
1010
github.com/gavv/httpexpect/v2 v2.16.0
11-
github.com/go-errors/errors v1.4.2
1211
github.com/go-logr/logr v1.4.2
1312
github.com/go-logr/zapr v1.3.0
1413
github.com/google/go-cmp v0.6.0
@@ -87,6 +86,7 @@ require (
8786
github.com/felixge/httpsnoop v1.0.4 // indirect
8887
github.com/fsnotify/fsnotify v1.7.0 // indirect
8988
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
89+
github.com/go-errors/errors v1.4.2 // indirect
9090
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
9191
github.com/go-logr/stdr v1.2.2 // indirect
9292
github.com/go-openapi/jsonpointer v0.21.0 // indirect

test/e2e/scaffold/scaffold.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ import (
2929
"time"
3030

3131
"github.com/gavv/httpexpect/v2"
32-
"github.com/go-errors/errors"
3332
"github.com/gruntwork-io/terratest/modules/k8s"
3433
"github.com/gruntwork-io/terratest/modules/testing"
3534
. "github.com/onsi/ginkgo/v2" //nolint:staticcheck
3635
. "github.com/onsi/gomega" //nolint:staticcheck
36+
"github.com/pkg/errors"
3737
corev1 "k8s.io/api/core/v1"
3838
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3939

0 commit comments

Comments
 (0)