File tree Expand file tree Collapse file tree 4 files changed +63
-499
lines changed
Expand file tree Collapse file tree 4 files changed +63
-499
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,6 @@ docker_manifests:
7575 image_templates :
7676 - vektra/mockery:{{ .Tag }}-amd64
7777 - vektra/mockery:{{ .Tag }}-arm64
78- brews :
79- - homepage : https://github.com/vektra/mockery
80- description : " A mock code autogenerator for Go"
81- tap :
82- owner : vektra
83- name : homebrew-tap
84- token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
85- folder : Formula
86- test : |
87- system "#{bin}mockery --version"
8878
8979release :
9080 prerelease : false
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ require (
2222)
2323
2424require (
25- github.com/frankban/quicktest v1.14.6 // indirect
2625 github.com/fsnotify/fsnotify v1.8.0 // indirect
2726 github.com/hashicorp/hcl v1.0.0 // indirect
2827 github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -37,11 +36,9 @@ require (
3736 github.com/sourcegraph/conc v0.3.0 // indirect
3837 github.com/spf13/afero v1.12.0 // indirect
3938 github.com/spf13/cast v1.7.1 // indirect
40- github.com/spf13/jwalterweatherman v1.1.0 // indirect
4139 github.com/spf13/pflag v1.0.6 // indirect
4240 github.com/stretchr/objx v0.5.2 // indirect
4341 github.com/subosito/gotenv v1.6.0 // indirect
44- go.uber.org/atomic v1.11.0 // indirect
4542 go.uber.org/multierr v1.11.0 // indirect
4643 golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
4744 golang.org/x/mod v0.23.0 // indirect
You can’t perform that action at this time.
0 commit comments