chore: remove unused dependency from build.go

Cover merge is used for specific tool that is now also deleted (no good
use case). We don't use Gitea vet and swagger is run via `go run` and
not imported anyway.
This commit is contained in:
Gusted 2024-12-18 01:38:20 +01:00
commit 2df557dff7
No known key found for this signature in database
GPG key ID: FD821B732837125F
4 changed files with 2 additions and 255 deletions

View file

@ -11,13 +11,4 @@ package main
import (
// for embed
_ "github.com/shurcooL/vfsgen"
// for cover merge
_ "golang.org/x/tools/cover"
// for vet
_ "code.gitea.io/gitea-vet"
// for swagger
_ "github.com/go-swagger/go-swagger/cmd/swagger"
)