Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
fix(plugin): add github.com/google/uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltkacsandi committed Jul 22, 2024
1 parent b74d467 commit 081fe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/runner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/deepmap/oapi-codegen/v2 v2.2.0
github.com/docker/docker v26.1.4+incompatible
github.com/docker/go-connections v0.5.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/openclarity/vmclarity/core v0.7.2
github.com/openclarity/vmclarity/plugins/sdk-go v0.7.2
Expand Down Expand Up @@ -54,7 +55,6 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-containerregistry v0.19.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down

0 comments on commit 081fe4e

Please sign in to comment.