silence deprecated package warning

This commit is contained in:
Jörg Thalheim 2023-11-14 09:17:40 +01:00
parent 415e2814aa
commit 9bba29f116

View file

@ -13,7 +13,7 @@ import (
log "github.com/sirupsen/logrus"
"golang.org/x/mod/module"
"golang.org/x/tools/go/vcs"
"golang.org/x/tools/go/vcs" // nolint:staticcheck
)
type TempProject struct {