Skip to content

Commit 13e0d5e

Browse files
Update module github.com/onsi/gomega to v1.27.5
1 parent 7733f25 commit 13e0d5e

File tree

2 files changed

+141
-6
lines changed

2 files changed

+141
-6
lines changed

go.mod

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ go 1.13
44

55
require (
66
github.com/codemodus/kace v0.5.1
7-
github.com/google/go-cmp v0.5.1 // indirect
87
github.com/google/uuid v1.1.4
98
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
10-
github.com/onsi/ginkgo v1.14.1
11-
github.com/onsi/gomega v1.10.2
9+
github.com/onsi/ginkgo v1.16.4
10+
github.com/onsi/gomega v1.27.5
1211
github.com/vmihailenco/tagparser v0.1.2
13-
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
14-
golang.org/x/sys v0.0.0-20200908134130-d2e65c121b96 // indirect
15-
google.golang.org/protobuf v1.25.0 // indirect
12+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
1613
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
1714
)

0 commit comments

Comments
 (0)