Skip to content

Commit a6d202c

Browse files
committed
cleanup
1 parent 509d84f commit a6d202c

File tree

3 files changed

+188
-363
lines changed

3 files changed

+188
-363
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ clean: ## remove files created during build pipeline
2828
.PHONY: mod
2929
mod: ## go mod tidy
3030
go mod tidy
31-
cd tools && go mod tidy
3231

3332
.PHONY: gen
3433
gen: ## go generate

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ require (
213213
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
214214
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
215215
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
216-
github.com/golang/protobuf v1.5.4 // indirect
217216
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
218217
github.com/golangci/go-printf-func-name v0.1.0 // indirect
219218
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
@@ -308,7 +307,6 @@ require (
308307
github.com/mattn/go-localereader v0.0.2-0.20220822084749-2491eb6c1c75 // indirect
309308
github.com/mattn/go-mastodon v0.0.9 // indirect
310309
github.com/mattn/go-runewidth v0.0.16 // indirect
311-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
312310
github.com/mgechev/revive v1.7.0 // indirect
313311
github.com/minio/sha256-simd v1.0.1 // indirect
314312
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -330,6 +328,7 @@ require (
330328
github.com/multiformats/go-multibase v0.2.0 // indirect
331329
github.com/multiformats/go-multihash v0.2.3 // indirect
332330
github.com/multiformats/go-varint v0.0.7 // indirect
331+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
333332
github.com/nakabonne/nestif v0.3.1 // indirect
334333
github.com/nishanths/exhaustive v0.12.0 // indirect
335334
github.com/nishanths/predeclared v0.2.2 // indirect
@@ -391,7 +390,6 @@ require (
391390
github.com/spf13/afero v1.12.0 // indirect
392391
github.com/spf13/cast v1.7.0 // indirect
393392
github.com/spf13/cobra v1.9.1 // indirect
394-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
395393
github.com/spf13/pflag v1.0.6 // indirect
396394
github.com/spf13/viper v1.19.0 // indirect
397395
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)