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.mod17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod
deleted file mode 100644
index 61bab1e4c..000000000
--- a/vendor/github.com/onsi/gomega/go.mod
+++ /dev/null
@@ -1,17 +0,0 @@
-module github.com/onsi/gomega
-
-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.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-20220722155257-8c9f86f7a55f // indirect
- golang.org/x/text v0.3.7 // indirect
- google.golang.org/protobuf v1.28.0 // indirect
-)