Skip to content

Commit

Permalink
Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.51.0 to 1.52.0 (#1687)
Browse files Browse the repository at this point in the history
Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.51.0 to 1.52.0.

---
updated-dependencies:
- dependency-name: gopkg.in/DataDog/dd-trace-go.v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2023
1 parent d554d2c commit 32dcdd4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 30 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
github.com/umbracle/fastrlp v0.1.1-0.20230504065717-58a1b8a9929d
github.com/umbracle/go-eth-bn256 v0.0.0-20230125114011-47cb310d9b0b
golang.org/x/crypto v0.10.0
google.golang.org/grpc v1.53.0-dev
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.31.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
)
Expand Down Expand Up @@ -70,8 +70,8 @@ require (
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/sethvargo/go-retry v0.2.4
golang.org/x/sync v0.3.0
google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2
gopkg.in/DataDog/dd-trace-go.v1 v1.51.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
gopkg.in/DataDog/dd-trace-go.v1 v1.52.0
pgregory.net/rapid v1.0.0
)

Expand All @@ -84,6 +84,7 @@ require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/s2a-go v0.1.3 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
Expand All @@ -104,8 +105,8 @@ require (
)

require (
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/iam v0.10.0 // indirect
cloud.google.com/go/compute v1.19.0 // indirect
cloud.google.com/go/iam v0.13.0 // indirect
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
Expand Down Expand Up @@ -144,7 +145,7 @@ require (
github.com/google/gopacket v1.1.19 // indirect
github.com/google/pprof v0.0.0-20230509042627-b1315fad0c5a // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
Expand Down Expand Up @@ -225,7 +226,7 @@ require (
golang.org/x/text v0.10.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.109.0 // indirect
google.golang.org/api v0.121.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
gotest.tools/v3 v3.0.2 // indirect
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
Expand Down
Loading

0 comments on commit 32dcdd4

Please sign in to comment.