Commit 48deb9e 1 parent 7733f25 commit 48deb9e Copy full SHA for 48deb9e
File tree 2 files changed +236
-6
lines changed
2 files changed +236
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ go 1.13
4
4
5
5
require (
6
6
github.com/codemodus/kace v0.5.1
7
- github.com/google/go-cmp v0.5.1 // indirect
8
7
github.com/google/uuid v1.1.4
9
8
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.33.1
12
11
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
16
13
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
17
14
)
You can’t perform that action at this time.
0 commit comments