Skip to content

Commit ae7c777

Browse files
authored
Remove homebrew tap (#933)
This is not needed because mockery is in homebrew-core
1 parent 7b66b8b commit ae7c777

File tree

4 files changed

+63
-499
lines changed

4 files changed

+63
-499
lines changed

.goreleaser.yml

-10
Original file line numberDiff line numberDiff 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

8979
release:
9080
prerelease: false

go.mod

-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ require (
2222
)
2323

2424
require (
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

0 commit comments

Comments
 (0)