Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused notarize-apple-binaries tooling #50824

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 0 additions & 134 deletions build.assets/tooling/cmd/notarize-apple-binaries/gon_wrapper.go

This file was deleted.

48 changes: 0 additions & 48 deletions build.assets/tooling/cmd/notarize-apple-binaries/logger_config.go

This file was deleted.

135 changes: 0 additions & 135 deletions build.assets/tooling/cmd/notarize-apple-binaries/main.go

This file was deleted.

11 changes: 1 addition & 10 deletions build.assets/tooling/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ require (
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/gogo/protobuf v1.3.2
github.com/google/go-github/v41 v41.0.0
github.com/google/uuid v1.6.0 // indirect
github.com/gravitational/trace v1.4.0
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
Expand All @@ -30,21 +27,15 @@ require (
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kisielk/gotool v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/gon v0.2.5
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
Loading
Loading