refactor: clean up unused dependencies and functions
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
This commit is contained in:
parent
044823552b
commit
19b376ac40
5 changed files with 8 additions and 55 deletions
10
go.mod
10
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue