mirror of
https://github.com/containers/podman.git
synced 2026-07-22 05:02:09 -04:00
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.10.3...v1.10.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
12 lines
254 B
Modula-2
12 lines
254 B
Modula-2
module github.com/onsi/gomega
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/onsi/ginkgo v1.12.1
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|