This repository was archived by the owner on Oct 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/go-redis/redis/v8 v8.0.0-beta.10
7
7
github.com/onsi/ginkgo v1.14.0
8
- github.com/onsi/gomega v1.10.1
8
+ github.com/onsi/gomega v1.10.2
9
9
go.opentelemetry.io/otel v0.11.0
10
10
golang.org/x/exp v0.0.0-20200901203048-c4f52b2c50aa // indirect
11
11
)
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9k
41
41
github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
42
42
github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE =
43
43
github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
44
+ github.com/onsi/gomega v1.10.2 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
44
45
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
45
46
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
46
47
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : [
3
+ " config:base"
4
+ ]
5
+ }
You can’t perform that action at this time.
0 commit comments