Skip to content

Commit

Permalink
Replace github.com/golang/mock => go.uber.org/mock
Browse files Browse the repository at this point in the history
The Golang version is no longer maintained, and the developers have directed
people to use Uber's fork.
  • Loading branch information
barrettj12 committed Jul 9, 2023
1 parent 73a6bb6 commit 07e97bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -258,3 +258,5 @@ replace gopkg.in/yaml.v2 => github.com/juju/yaml/v2 v2.0.0
replace github.com/dustin/go-humanize v1.0.0 => github.com/dustin/go-humanize v0.0.0-20141228071148-145fabdb1ab7

replace github.com/hashicorp/raft-boltdb => github.com/juju/raft-boltdb v0.0.0-20200518034108-40b112c917c5

replace github.com/golang/mock => go.uber.org/mock v0.2.0

0 comments on commit 07e97bb

Please sign in to comment.