ci(deps): use modules instead of incompatible version (#6805)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-05-29 12:35:09 +02:00
committed by GitHub
parent fb3c756033
commit aa59489fa8
4 changed files with 4 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ package rpc
import (
"time"
"github.com/cenkalti/backoff"
"github.com/cenkalti/backoff/v4"
"github.com/twitchtv/twirp"
"github.com/aquasecurity/trivy/pkg/log"