diff --git a/go.mod b/go.mod index 4b5e453..2b26f91 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.22 toolchain go1.23.3 require ( - github.com/dal-go/dalgo v0.14.0 - github.com/dal-go/dalgo-end2end-tests v0.0.41 + github.com/dal-go/dalgo v0.14.1 + github.com/dal-go/dalgo-end2end-tests v0.0.42 github.com/dgraph-io/badger/v4 v4.4.0 ) @@ -23,7 +23,7 @@ require ( github.com/klauspost/compress v1.17.11 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.9.0 // indirect + github.com/stretchr/testify v1.10.0 // indirect github.com/strongo/random v0.0.1 // indirect github.com/strongo/validation v0.0.7 // indirect go.opencensus.io v0.24.0 // indirect diff --git a/go.sum b/go.sum index a2406be..d7dad41 100644 --- a/go.sum +++ b/go.sum @@ -11,12 +11,16 @@ github.com/dal-go/dalgo v0.13.2 h1:q1NKsfn9vX90ugMyFp+yNVUyS4ykD/sjXpXibyx1Fb8= github.com/dal-go/dalgo v0.13.2/go.mod h1:tErF10bqQiNrwJQ5qwL3kwoaUa6dDq4z3X3pdChr3Ms= github.com/dal-go/dalgo v0.14.0 h1:XhEmNfbCtV5ISxzFBE/Bk7W8OpWePYRmlvlJ/8Jk+dQ= github.com/dal-go/dalgo v0.14.0/go.mod h1:tErF10bqQiNrwJQ5qwL3kwoaUa6dDq4z3X3pdChr3Ms= +github.com/dal-go/dalgo v0.14.1 h1:AMSPsFjFH4iZ1JegHdBeouzpZ4frsLnsHxBSaV+8Wgs= +github.com/dal-go/dalgo v0.14.1/go.mod h1:BoMNGwDE9FdjynV7xCn5f/GdVJxvfePwjsMldn+BhqA= github.com/dal-go/dalgo-end2end-tests v0.0.39 h1:omgOMniMdOelJXJpT4S5rBTN1UP90PHvhLT87MHOGGU= github.com/dal-go/dalgo-end2end-tests v0.0.39/go.mod h1:o7y1rnC/AGENzvalIO0ybosqogBK6wIdt6bzfshuK/E= github.com/dal-go/dalgo-end2end-tests v0.0.40 h1:jJv7i/0J0NyImEdq5AduZ6AHvMX8w6VRBEcY+y/KC6Y= github.com/dal-go/dalgo-end2end-tests v0.0.40/go.mod h1:7rVjzkphCM4itZiERtIihgFaAcLXkEQe/YVUhohB498= github.com/dal-go/dalgo-end2end-tests v0.0.41 h1:ggjjtSXodEFUbTQI65TapxS1R2sGDcG5mmiT1RqIayQ= github.com/dal-go/dalgo-end2end-tests v0.0.41/go.mod h1:k7FDMTn/wLrxkjJgpw012rNV8XJgWs/jANJMNa19R1M= +github.com/dal-go/dalgo-end2end-tests v0.0.42 h1:TOjJcGpGcix3tz3x2cye1leP0W4pYOvFcV4y8OGAex0= +github.com/dal-go/dalgo-end2end-tests v0.0.42/go.mod h1:+k1bHL9p+ZGkSsmPEuz5HaXB4C2t/1eOyKscccxviAM= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -90,6 +94,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/strongo/random v0.0.1 h1:OZHJBb/3uEa7OX8L2Dv2pLnSeewRmXMyTACoeto6O8I= github.com/strongo/random v0.0.1/go.mod h1:/pSI+SjBNLBkjljNtVdYr6ERddA+LqSa87o0/s+9iuU= github.com/strongo/validation v0.0.7 h1:gs6YkwPsYtVsepQaQOB+ZF+T0Gu5+nk4ZMND8F85e+U=