mirror of https://github.com/containers/podman.git
18 lines
396 B
Modula-2
18 lines
396 B
Modula-2
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.4
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|