Skip to content

Commit 4750e07

Browse files
authored
Merge pull request #9 from digicert/chore/update-ctutils-test
chore(deps): update ctutils
2 parents 97cb3ed + 784bf07 commit 4750e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/DATA-DOG/go-sqlmock v1.5.2
9-
github.com/digicert/ctutils v0.1.15-test
9+
github.com/digicert/ctutils v0.1.16-test
1010
github.com/fullstorydev/grpcurl v1.9.3
1111
github.com/go-sql-driver/mysql v1.9.3
1212
github.com/golang/mock v1.7.0-rc.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
5555
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5656
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
5757
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
58-
github.com/digicert/ctutils v0.1.15-test h1:VfsCmnh9V1qtWHLpFmu6JyA4vwVBrfrFrV+Z3IentHk=
59-
github.com/digicert/ctutils v0.1.15-test/go.mod h1:7izMCG+SlMLOdqE0RrahIbwq97+N13CzEyyI2YXy0Og=
58+
github.com/digicert/ctutils v0.1.16-test h1:qkO2n2wDC1GOS70SD35YUfHdItJ8Sb7xMykRGXa7bq4=
59+
github.com/digicert/ctutils v0.1.16-test/go.mod h1:7izMCG+SlMLOdqE0RrahIbwq97+N13CzEyyI2YXy0Og=
6060
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
6161
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
6262
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=

0 commit comments

Comments
 (0)