Skip to content

Commit

Permalink
7.32.1 final build (#9957)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn authored Nov 18, 2021
1 parent ef3ad2b commit 0eacb73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ require (
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
github.com/DataDog/agent-payload v4.85.0+incompatible
github.com/DataDog/datadog-agent/pkg/otlp/model v0.32.1-rc.4
github.com/DataDog/datadog-agent/pkg/quantile v0.32.1-rc.4
github.com/DataDog/datadog-agent/pkg/util/log v0.32.1-rc.4
github.com/DataDog/datadog-agent/pkg/util/winutil v0.32.1-rc.4
github.com/DataDog/datadog-agent/pkg/otlp/model v0.32.1
github.com/DataDog/datadog-agent/pkg/quantile v0.32.1
github.com/DataDog/datadog-agent/pkg/util/log v0.32.1
github.com/DataDog/datadog-agent/pkg/util/winutil v0.32.1
github.com/DataDog/datadog-go v4.8.2+incompatible
github.com/DataDog/datadog-operator v0.5.0-rc.2.0.20210402083916-25ba9a22e67a
github.com/DataDog/ebpf v0.0.0-20211116165855-af5870810f0b
Expand Down
2 changes: 1 addition & 1 deletion pkg/otlp/model/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
replace github.com/DataDog/datadog-agent/pkg/quantile => ../../quantile

require (
github.com/DataDog/datadog-agent/pkg/quantile v0.32.1-rc.4
github.com/DataDog/datadog-agent/pkg/quantile v0.32.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.36.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/winutil/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
replace github.com/DataDog/datadog-agent/pkg/util/log => ../log

require (
github.com/DataDog/datadog-agent/pkg/util/log v0.32.1-rc.4
github.com/DataDog/datadog-agent/pkg/util/log v0.32.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
)

0 comments on commit 0eacb73

Please sign in to comment.