aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/onsi/gomega/go.mod')
-rw-r--r--vendor/github.com/onsi/gomega/go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod
index 81ebf72e2..61bab1e4c 100644
--- a/vendor/github.com/onsi/gomega/go.mod
+++ b/vendor/github.com/onsi/gomega/go.mod
@@ -5,13 +5,13 @@ go 1.18
require (
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.8
- github.com/onsi/ginkgo/v2 v2.1.4
- golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
+ github.com/onsi/ginkgo/v2 v2.1.6
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b
gopkg.in/yaml.v3 v3.0.1
)
require (
- golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)