mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-08 11:39:11 +00:00
silence deprecated package warning
This commit is contained in:
parent
415e2814aa
commit
9bba29f116
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
|
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"golang.org/x/mod/module"
|
"golang.org/x/mod/module"
|
||||||
"golang.org/x/tools/go/vcs"
|
"golang.org/x/tools/go/vcs" // nolint:staticcheck
|
||||||
)
|
)
|
||||||
|
|
||||||
type TempProject struct {
|
type TempProject struct {
|
||||||
|
|
Loading…
Reference in a new issue