Skip to content

Commit

Permalink
Update release.json and Go modules for 6/7.33.1-rc.1 (#10835)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-murzyn authored Feb 8, 2022
1 parent 38e5ae4 commit 7923947
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ 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/v5 v5.0.4
github.com/DataDog/datadog-agent/pkg/otlp/model v0.33.0
github.com/DataDog/datadog-agent/pkg/quantile v0.33.0
github.com/DataDog/datadog-agent/pkg/security/secl v0.33.0
github.com/DataDog/datadog-agent/pkg/util/log v0.33.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.33.0
github.com/DataDog/datadog-agent/pkg/util/winutil v0.33.0
github.com/DataDog/datadog-agent/pkg/otlp/model v0.33.1-rc.1
github.com/DataDog/datadog-agent/pkg/quantile v0.33.1-rc.1
github.com/DataDog/datadog-agent/pkg/security/secl v0.33.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/log v0.33.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.33.1-rc.1
github.com/DataDog/datadog-agent/pkg/util/winutil v0.33.1-rc.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.33.0
github.com/DataDog/datadog-agent/pkg/quantile v0.33.1-rc.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector/model v0.38.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/log/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/scrubber => ../scrubber

require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.33.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.33.1-rc.1
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
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 @@ -7,7 +7,7 @@ replace github.com/DataDog/datadog-agent/pkg/util/log => ../log
replace github.com/DataDog/datadog-agent/pkg/util/scrubber => ../scrubber

require (
github.com/DataDog/datadog-agent/pkg/util/log v0.33.0
github.com/DataDog/datadog-agent/pkg/util/log v0.33.1-rc.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
)

0 comments on commit 7923947

Please sign in to comment.