Skip to content

Commit

Permalink
Update gotestingmock
Browse files Browse the repository at this point in the history
  • Loading branch information
tenntenn committed Dec 6, 2024
1 parent 540efba commit a7bd322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.10
require (
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/newmo-oss/gotestingmock v0.1.0
github.com/newmo-oss/gotestingmock v0.1.1
github.com/newmo-oss/testid v0.1.0
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
go.uber.org/goleak v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/newmo-oss/gotestingmock v0.1.0 h1:eXY/FPGO6/PplHj/nUt6HloEQ3b9b/BpsA9LQRFj5dM=
github.com/newmo-oss/gotestingmock v0.1.0/go.mod h1:ee64ZPEODG1GK+c4fHzxRzE9WbMi9VuIgEItMA0yXjI=
github.com/newmo-oss/gotestingmock v0.1.1 h1:EtZrif5qSsVrJ4w944pToOL3L9ux0WKwrtKXnzv+Mj8=
github.com/newmo-oss/gotestingmock v0.1.1/go.mod h1:ee64ZPEODG1GK+c4fHzxRzE9WbMi9VuIgEItMA0yXjI=
github.com/newmo-oss/testid v0.1.0 h1:NHe0FfS1b4/z+r2sgcLdHNrRRFZNWR7vEZhBJ4j3Hdk=
github.com/newmo-oss/testid v0.1.0/go.mod h1:Z2jzbNSa3gGZTBTj7fQs4n0Ke5gw3Oa9vYgySN3IZ00=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit a7bd322

Please sign in to comment.