mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 07:29:00 -08:00
chore: Switch github.com/liamg dependencies to github.com/aquasecurity (#3069)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user