File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/creasty/defaults v1.7.0
7
7
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
8
- github.com/stretchr/testify v1.8.4
8
+ github.com/stretchr/testify v1.9.0
9
9
gopkg.in/yaml.v3 v3.0.1
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47 h1:k4Tw0nt6lwr
6
6
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47 /go.mod h1:JDGcbDT52eL4fju3sZ4TeHGsQwhG9nbDV21aMyhwPoA =
7
7
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
8
8
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
9
- github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
10
- github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
9
+ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
10
+ github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
11
11
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
12
12
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
13
13
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ def bazel_starlib_go_dependencies():
41
41
name = "com_github_stretchr_objx" ,
42
42
build_external = "external" ,
43
43
importpath = "github.com/stretchr/objx" ,
44
- sum = "h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c =" ,
45
- version = "v0.5.0 " ,
44
+ sum = "h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =" ,
45
+ version = "v0.5.2 " ,
46
46
)
47
47
go_repository (
48
48
name = "com_github_stretchr_testify" ,
49
49
build_external = "external" ,
50
50
importpath = "github.com/stretchr/testify" ,
51
- sum = "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =" ,
52
- version = "v1.8.4 " ,
51
+ sum = "h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =" ,
52
+ version = "v1.9.0 " ,
53
53
)
54
54
55
55
go_repository (
You can’t perform that action at this time.
0 commit comments