aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/local_development.md
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-06-12 10:34:12 +0800
committerGitHub <noreply@github.com>2022-06-12 10:34:12 +0800
commit2e19f5a3c8193776685a5e9fea9ca8663f14dd8d (patch)
treeb6163f5fa165034028c668f10140fc750ff5e4c3 /docs/dev/local_development.md
parent63cb76106afbcbdd6cc01dad8bcb2a4a35b2fa97 (diff)
db: add tests for authentication through login sources (#7049)
Diffstat (limited to 'docs/dev/local_development.md')
-rw-r--r--docs/dev/local_development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md
index 3e8c601c..123b28c5 100644
--- a/docs/dev/local_development.md
+++ b/docs/dev/local_development.md
@@ -41,7 +41,7 @@ Gogs has the following dependencies:
brew install go postgresql git npm go-task/tap/go-task
npm install -g less
npm install -g less-plugin-clean-css
- go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.2.0
+ go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.3.3
go install golang.org/x/tools/cmd/goimports@latest
```
@@ -79,7 +79,7 @@ Gogs has the following dependencies:
sudo apt install -y make git-all postgresql postgresql-contrib golang-go nodejs
npm install -g less
go install github.com/go-task/task/v3/cmd/task@latest
- go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.2.0
+ go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.3.3
go install golang.org/x/tools/cmd/goimports@latest
```