Skip to content

Commit

Permalink
Update agent-payload to correct release
Browse files Browse the repository at this point in the history
  • Loading branch information
sblumenthal committed Mar 20, 2023
1 parent 4317da6 commit 49f5caf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
code.cloudfoundry.org/garden v0.0.0-20210208153517-580cadd489d2
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/CycloneDX/cyclonedx-go v0.7.0
github.com/DataDog/agent-payload/v5 v5.0.78-0.20230317172851-0e6977edc1fa
github.com/DataDog/agent-payload/v5 v5.0.78
github.com/DataDog/appsec-internal-go v0.0.0-20230215162203-5149228be86a
github.com/DataDog/datadog-agent/pkg/obfuscate v0.44.0-rc.4
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.44.0-rc.4
Expand Down Expand Up @@ -567,6 +567,10 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

require github.com/aquasecurity/trivy v0.0.0-00010101000000-000000000000

require github.com/sigstore/rekor v1.0.1 // indirect

replace github.com/pahanini/go-grpc-bidirectional-streaming-example v0.0.0-20211027164128-cc6111af44be => github.com/DataDog/go-grpc-bidirectional-streaming-example v0.0.0-20221024060302-b9cf785c02fe

// Fixing a CVE on a transitive dep of k8s/etcd, should be cleaned-up once k8s.io/apiserver dep is removed (but double-check with `go mod why` that no other dep pulls it)
Expand Down
6 changes: 2 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49f5caf

Please sign in to comment.