Commit ae7c777 1 parent 7b66b8b commit ae7c777 Copy full SHA for ae7c777
File tree 4 files changed +63
-499
lines changed
4 files changed +63
-499
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,6 @@ docker_manifests:
75
75
image_templates :
76
76
- vektra/mockery:{{ .Tag }}-amd64
77
77
- 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"
88
78
89
79
release :
90
80
prerelease : false
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ require (
22
22
)
23
23
24
24
require (
25
- github.com/frankban/quicktest v1.14.6 // indirect
26
25
github.com/fsnotify/fsnotify v1.8.0 // indirect
27
26
github.com/hashicorp/hcl v1.0.0 // indirect
28
27
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -37,11 +36,9 @@ require (
37
36
github.com/sourcegraph/conc v0.3.0 // indirect
38
37
github.com/spf13/afero v1.12.0 // indirect
39
38
github.com/spf13/cast v1.7.1 // indirect
40
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
41
39
github.com/spf13/pflag v1.0.6 // indirect
42
40
github.com/stretchr/objx v0.5.2 // indirect
43
41
github.com/subosito/gotenv v1.6.0 // indirect
44
- go.uber.org/atomic v1.11.0 // indirect
45
42
go.uber.org/multierr v1.11.0 // indirect
46
43
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
47
44
golang.org/x/mod v0.23.0 // indirect
You can’t perform that action at this time.
0 commit comments