chore: Switch github.com/liamg dependencies to github.com/aquasecurity (#3069)

This commit is contained in:
Liam Galvin
2022-10-25 09:17:47 +01:00
committed by GitHub
parent 9b0e9794cb
commit b22e37e0c6
42 changed files with 244 additions and 179 deletions

View File

@@ -4,8 +4,9 @@
package server
import (
"github.com/aquasecurity/trivy/pkg/fanal/cache"
"github.com/google/wire"
"github.com/aquasecurity/trivy/pkg/fanal/cache"
)
func initializeScanServer(localArtifactCache cache.Cache) *ScanServer {