File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments