Skip to content

Commit

Permalink
Fix: Update version in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
petergtz committed May 3, 2023
1 parent cf9cda3 commit 2af9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pegomock/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func describeCLIWithGoModulesEnabled(useGoModules bool) interface{} {
go 1.18
require (
github.com/onsi/gomega v1.27.6 // indirect
github.com/petergtz/pegomock/v3 v2.3.0+incompatible
github.com/petergtz/pegomock/v3 v3.0.0
)`)
}

Expand Down

0 comments on commit 2af9258

Please sign in to comment.