Skip to content

Commit 989ace4

Browse files
fix(deps): update module gopkg.in/datadog/dd-trace-go.v1 to v1.74.8
1 parent bcc2287 commit 989ace4

2 files changed

Lines changed: 32 additions & 9 deletions

File tree

pkg/dyninst/testprogs/progs/go.mod

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/DataDog/datadog-agent/pkg/dyninst/testprogs/progs
22

3-
go 1.23.1
3+
go 1.24.0
44

55
toolchain go1.24.4
66

77
require (
8-
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.2.3
8+
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.3.0
99
// Version 2.2.3 is the first one that supports subscribing to the remote
1010
// config product for SymDB upload requests.
11-
github.com/DataDog/dd-trace-go/v2 v2.2.3
11+
github.com/DataDog/dd-trace-go/v2 v2.3.0
1212

1313
// This is the last version of dd-trace-go that isn't just a wrapper around
1414
// the v2 package. Note that this tracer does not have support for the
1515
// remote config key controlling the SymDB upload.
16-
gopkg.in/DataDog/dd-trace-go.v1 v1.73.1
16+
gopkg.in/DataDog/dd-trace-go.v1 v1.74.8
1717
)
1818

1919
require (
@@ -44,13 +44,13 @@ require (
4444
github.com/go-logr/logr v1.4.3 // indirect
4545
github.com/go-logr/stdr v1.2.2 // indirect
4646
github.com/go-ole/go-ole v1.3.0 // indirect
47-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
47+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4848
github.com/gogo/protobuf v1.3.2 // indirect
4949
github.com/golang/protobuf v1.5.4 // indirect
5050
github.com/google/uuid v1.6.0 // indirect
51-
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
51+
github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
5252
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
53-
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
53+
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
5454
github.com/hashicorp/go-version v1.7.0 // indirect
5555
github.com/json-iterator/go v1.1.12 // indirect
5656
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
@@ -86,7 +86,7 @@ require (
8686
go.uber.org/atomic v1.11.0 // indirect
8787
go.uber.org/multierr v1.11.0 // indirect
8888
go.uber.org/zap v1.27.0 // indirect
89-
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
89+
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
9090
golang.org/x/mod v0.25.0 // indirect
9191
golang.org/x/net v0.41.0 // indirect
9292
golang.org/x/sys v0.35.0 // indirect
@@ -99,4 +99,11 @@ require (
9999
gopkg.in/ini.v1 v1.67.0 // indirect
100100
)
101101

102-
require gopkg.in/yaml.v3 v3.0.1 // indirect
102+
require (
103+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
104+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
105+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
106+
github.com/stretchr/testify v1.10.0 // indirect
107+
github.com/theckman/httpforwarded v0.4.0 // indirect
108+
gopkg.in/yaml.v3 v3.0.1 // indirect
109+
)

pkg/dyninst/testprogs/progs/go.sum

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)