-
-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- yaml.v2 was updated to address CVE-2019-11254 - ginkgo was updated to avoid hpcloud/tail installation problems - protobuf and xerrors were updated to maintain currency of dependencies
- Loading branch information
Showing
2 changed files
with
41 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
module github.com/onsi/gomega | ||
|
||
require ( | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/onsi/ginkgo v1.6.0 | ||
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd | ||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect | ||
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.2.4 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/onsi/ginkgo v1.12.1 | ||
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 | ||
gopkg.in/yaml.v2 v2.3.0 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters