File tree Expand file tree Collapse file tree 2 files changed +268
-6
lines changed Expand file tree Collapse file tree 2 files changed +268
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ 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/ginkgo/v2 v2.20.1
11+ github.com/onsi/gomega v1.34.1
1212 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
13+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
1614 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
1715)
You can’t perform that action at this time.
0 commit comments