1module github.com/golang/mock 2 3require ( 4 golang.org/x/mod v0.5.1 5 golang.org/x/tools v0.1.8 6) 7 8go 1.15
View as plain text