Skip to content

Commit

Permalink
fix go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Apr 12, 2024
1 parent 199da5b commit ab61ec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mockgen/internal/tests/generics/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.uber.org/mock/mockgen/internal/tests/generics

go 1.19
go 1.21

toolchain go1.21.2

require (
go.uber.org/mock v1.6.0
Expand Down
4 changes: 3 additions & 1 deletion mockgen/internal/tests/typed/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.uber.org/mock/mockgen/internal/tests/typed

go 1.18
go 1.21

toolchain go1.21.2

replace go.uber.org/mock => ../../../..

Expand Down

0 comments on commit ab61ec7

Please sign in to comment.