refactor: clean up unused dependencies and functions
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s

This commit is contained in:
Jan K9f 2025-04-09 18:19:21 +02:00
parent 044823552b
commit 19b376ac40
Signed by: jank
GPG key ID: B9F475106B20F144
5 changed files with 8 additions and 55 deletions

10
go.mod
View file

@ -1,13 +1,3 @@
module git.kjan.de/actions/pull-request-lint
go 1.24.2
require (
code.gitea.io/sdk/gitea v0.21.0 // indirect
github.com/42wim/httpsig v1.2.2 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)