File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/emersion/go-webdav v0.5.0
14
14
github.com/microcosm-cc/bluemonday v1.0.26
15
15
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
16
- github.com/stretchr/testify v1.8.4
16
+ github.com/stretchr/testify v1.9.0
17
17
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e
18
18
github.com/urfave/cli/v2 v2.27.1
19
19
go.uber.org/ratelimit v0.3.0
@@ -50,7 +50,7 @@ require (
50
50
github.com/pmezard/go-difflib v1.0.0 // indirect
51
51
github.com/rivo/uniseg v0.2.0 // indirect
52
52
github.com/russross/blackfriday/v2 v2.1.0 // indirect
53
- github.com/stretchr/objx v0.5.0 // indirect
53
+ github.com/stretchr/objx v0.5.2 // indirect
54
54
github.com/teambition/rrule-go v1.8.2 // indirect
55
55
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
56
56
go.opencensus.io v0.24.0 // indirect
Original file line number Diff line number Diff line change @@ -109,13 +109,14 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
109
109
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
110
110
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
111
111
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
112
- github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c =
113
112
github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
113
+ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =
114
+ github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
114
115
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
115
116
github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
116
117
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
117
- github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
118
- github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
118
+ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
119
+ github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
119
120
github.com/teambition/rrule-go v1.7.2 /go.mod h1:mBJ1Ht5uboJ6jexKdNUJg2NcwP8uUMNvStWXlJD3MvU =
120
121
github.com/teambition/rrule-go v1.8.2 h1:lIjpjvWTj9fFUZCmuoVDrKVOtdiyzbzc93qTmRVe/J8 =
121
122
github.com/teambition/rrule-go v1.8.2 /go.mod h1:Ieq5AbrKGciP1V//Wq8ktsTXwSwJHDD5mD/wLBGl3p4 =
You can’t perform that action at this time.
0 commit comments