remove genny dependency

This commit is contained in:
Marten Seemann
2022-08-11 16:17:54 +04:00
parent 621e9d4642
commit b372d02ac4
6 changed files with 1 additions and 19 deletions

View File

@@ -11,7 +11,6 @@ jobs:
run: go build
- name: Install code generators
run: |
go install -v github.com/cheekybits/genny
go install -v github.com/golang/mock/mockgen
go install -v golang.org/x/tools/cmd/goimports
- name: Run code generators