Skip to content

Commit f4b71e5

Browse files
fix(deps): update module github.com/smartystreets/goconvey to v1.8.1
1 parent 5533832 commit f4b71e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ go 1.20
55
require (
66
github.com/beevik/etree v1.2.0
77
github.com/russellhaering/goxmldsig v1.4.0
8-
github.com/smartystreets/goconvey v1.8.0
8+
github.com/smartystreets/goconvey v1.8.1
99
)
1010

1111
require (
1212
github.com/gopherjs/gopherjs v1.17.2 // indirect
1313
github.com/jonboulle/clockwork v0.2.2 // indirect
1414
github.com/jtolds/gls v4.20.0+incompatible // indirect
15+
github.com/smarty/assertions v1.15.0 // indirect
1516
github.com/smartystreets/assertions v1.13.1 // indirect
1617
)

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTE
2323
github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
2424
github.com/russellhaering/goxmldsig v1.4.0 h1:8UcDh/xGyQiyrW+Fq5t8f+l2DLB1+zlhYzkPUJ7Qhys=
2525
github.com/russellhaering/goxmldsig v1.4.0/go.mod h1:gM4MDENBQf7M+V824SGfyIUVFWydB7n0KkEubVJl+Tw=
26+
github.com/smarty/assertions v1.15.0 h1:cR//PqUBUiQRakZWqBiFFQ9wb8emQGDb0HeGdqGByCY=
27+
github.com/smarty/assertions v1.15.0/go.mod h1:yABtdzeQs6l1brC900WlRNwj6ZR55d7B+E8C6HtKdec=
2628
github.com/smartystreets/assertions v1.13.1 h1:Ef7KhSmjZcK6AVf9YbJdvPYG9avaF0ZxudX+ThRdWfU=
2729
github.com/smartystreets/assertions v1.13.1/go.mod h1:cXr/IwVfSo/RbCSPhoAPv73p3hlSdrBH/b3SdnW/LMY=
2830
github.com/smartystreets/goconvey v1.8.0 h1:Oi49ha/2MURE0WexF052Z0m+BNSGirfjg5RL+JXWq3w=
2931
github.com/smartystreets/goconvey v1.8.0/go.mod h1:EdX8jtrTIj26jmjCOVNMVSIYAtgexqXKHOXW2Dx9JLg=
32+
github.com/smartystreets/goconvey v1.8.1 h1:qGjIddxOk4grTu9JPOU31tVfq3cNdBlNa5sSznIX1xY=
33+
github.com/smartystreets/goconvey v1.8.1/go.mod h1:+/u4qLyY6x1jReYOp7GOM2FSt8aP9CzCZL03bI28W60=
3034
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
3135
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
3236
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

0 commit comments

Comments
 (0)