Skip to content

Commit

Permalink
Merge pull request #271 from suzuki-shunsuke/feat/add-minimock
Browse files Browse the repository at this point in the history
feat: add `gojuno/minimock`
  • Loading branch information
suzuki-shunsuke authored Sep 26, 2021
2 parents 417def6 + 03764b4 commit 8fbceda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ packages:
- name: gohugoio/hugo
registry: standard
version: v0.88.1 # renovate: depName=gohugoio/hugo
- name: gojuno/minimock
registry: standard
version: v3.0.10 # renovate: depName=gojuno/minimock
- name: golang/go
registry: standard
version: "1.17" # TODO renovate
Expand Down
5 changes: 5 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,11 @@ packages:
format_overrides:
- goos: windows
format: zip
- type: github_release
repo_owner: gojuno
repo_name: minimock
asset: 'minimock_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz'
description: Powerful mock generation tool for Go programming language
- name: golang/go
type: http
url: https://golang.org/dl/go{{.Version}}.{{.OS}}-{{.Arch}}.tar.gz
Expand Down

0 comments on commit 8fbceda

Please sign in to comment.