Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ 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
)

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
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down