File tree Expand file tree Collapse file tree 2 files changed +141
-6
lines changed Expand file tree Collapse file tree 2 files changed +141
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ go 1.13
44
55require (
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.6
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)
You can’t perform that action at this time.
0 commit comments