From 2ec3a6cf1f9102b8ce7dda0375a5b92648c7a868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:59:32 +0000 Subject: [PATCH] Bump github.com/newmo-oss/gotestingmock from 0.1.2 to 0.2.0 --- updated-dependencies: - dependency-name: github.com/newmo-oss/gotestingmock dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 46b109e..d115808 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gostaticanalysis/analysisutil v0.7.1 github.com/gostaticanalysis/ssainspect v0.3.0 github.com/gostaticanalysis/testutil v0.6.1 - github.com/newmo-oss/gotestingmock v0.1.2 + github.com/newmo-oss/gotestingmock v0.2.0 github.com/newmo-oss/testid v0.2.0 golang.org/x/tools v0.34.0 ) @@ -15,6 +15,7 @@ require ( require ( github.com/gostaticanalysis/comment v1.5.0 // indirect github.com/hashicorp/go-version v1.7.0 // indirect + github.com/newmo-oss/go-caller v0.1.0 // indirect github.com/otiai10/copy v1.14.1 // indirect github.com/otiai10/mint v1.6.3 // indirect github.com/tenntenn/modver v1.0.1 // indirect diff --git a/go.sum b/go.sum index 66a1ed0..6213a40 100644 --- a/go.sum +++ b/go.sum @@ -21,8 +21,10 @@ github.com/josharian/mapfs v0.0.0-20210615234106-095c008854e6 h1:c+ctPFdISggaSNC github.com/josharian/mapfs v0.0.0-20210615234106-095c008854e6/go.mod h1:Rv/momJI8DgrWnBZip+SgagpcgORIZQE5SERlxNb8LY= github.com/josharian/txtarfs v0.0.0-20240408113805-5dc76b8fe6bf h1:ZWuoyLMwZvLJ6OHUhPq1sZHa37Pikt6DXkZPhhOBzEE= github.com/josharian/txtarfs v0.0.0-20240408113805-5dc76b8fe6bf/go.mod h1:UbC32ft9G/jG+sZI8wLbIBNIrYr7vp/yqMDa9SxVBNA= -github.com/newmo-oss/gotestingmock v0.1.2 h1:4u0+4juIFH8mGm90BkQ+T4Jl2qKK2qd/Wzry79yVT3U= -github.com/newmo-oss/gotestingmock v0.1.2/go.mod h1:/clfmHccDd3UnwZPrloKKm+w8rNfzenFTLhMzUh4wFI= +github.com/newmo-oss/go-caller v0.1.0 h1:jZS2Vz8587TXXUZPWhVUTH9EwndOMJUYrae6tHGV5HI= +github.com/newmo-oss/go-caller v0.1.0/go.mod h1:5m36S/OzQm/FwFnT1Z9KJyzf1Kf8A3kdI0x92c04+a4= +github.com/newmo-oss/gotestingmock v0.2.0 h1:dw4og7X7pX5/9ObHg3BLKNyhH9XsVnY+P8v3r2Jj7yQ= +github.com/newmo-oss/gotestingmock v0.2.0/go.mod h1:e0m8IIbvI9qQw3aIiia+nnVPcJylnPpD78hKWNWXSVM= github.com/newmo-oss/testid v0.2.0 h1:vzZ0bbR8cHGwwBUix0DQB8LUCMCpRlxfEUAnfuY/ifI= github.com/newmo-oss/testid v0.2.0/go.mod h1:T2pO3QMy/bcbzgKmknRHGm99oAmAE2MjG8kG+twHNpA= github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=