We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7733f25 commit f39c933Copy full SHA for f39c933
2 files changed
go.mod
@@ -4,14 +4,11 @@ go 1.13
4
5
require (
6
github.com/codemodus/kace v0.5.1
7
- github.com/google/go-cmp v0.5.1 // indirect
8
github.com/google/uuid v1.1.4
9
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
+ github.com/onsi/ginkgo v1.16.4
+ github.com/onsi/gomega v1.27.9
12
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
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
16
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
17
)
0 commit comments