Revision 4e96c6b234bd95477674c0ca7a66379deec6866a authored by William Banfield on 30 July 2021, 20:47:15 UTC, committed by GitHub on 30 July 2021, 20:47:15 UTC
This change aims to keep versions of mockery consistent across developer laptops.

This change adds mockery to the `tools.go` file so that its version can be managed consistently in the `go.mod` file.

Additionally, this change temporarily disables adding mockery's version number to generated files. There is an outstanding issue against the mockery project related to the version string behavior when running from `go get`. I have created a pull request to fix this issue in the mockery project.
see: https://github.com/vektra/mockery/issues/397
1 parent 02f8e4c
History
File Mode Size
mocks
app_conn.go -rw-r--r-- 6.2 KB
app_conn_test.go -rw-r--r-- 4.8 KB
client.go -rw-r--r-- 2.8 KB
multi_app_conn.go -rw-r--r-- 5.0 KB
multi_app_conn_test.go -rw-r--r-- 2.0 KB
version.go -rw-r--r-- 478 bytes

back to top