Skip to content

Commit

Permalink
Bump up apm-data to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar committed Jul 4, 2024
1 parent 63023af commit 0278980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/dgraph-io/badger/v2 v2.2007.4
github.com/dustin/go-humanize v1.0.1
github.com/elastic/apm-aggregation v1.0.1
github.com/elastic/apm-data v1.6.0
github.com/elastic/apm-data v1.7.0
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240704144241-c111789e3c61
github.com/elastic/elastic-agent-client/v7 v7.13.0
github.com/elastic/elastic-agent-libs v0.9.13
Expand Down Expand Up @@ -90,7 +90,7 @@ require (
github.com/elastic/go-structform v0.0.10 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
github.com/elastic/gosigar v0.14.3 // indirect
github.com/elastic/opentelemetry-lib v0.4.0 // indirect
github.com/elastic/opentelemetry-lib v0.6.1 // indirect
github.com/elastic/pkcs8 v1.0.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/frankban/quicktest v1.14.0 // indirect
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ github.com/elastic/apm-aggregation v1.0.1 h1:t4VKR6axu620Y9CtQE9kmZZcx+3BlfnqGyw
github.com/elastic/apm-aggregation v1.0.1/go.mod h1:hmRuhkV01qMHk/Eu3xe9W/cNtBcRVf0DpFf9USVAE2Y=
github.com/elastic/apm-data v1.6.0 h1:CbtYjHxb8GQWhdY3DufjN+h4bDsGXL2cs5j9QMNT6QM=
github.com/elastic/apm-data v1.6.0/go.mod h1:ogiw4lF87gKq7xdbKeUVwGwRqU0kqpktK+gcpQx36D8=
github.com/elastic/apm-data v1.7.0 h1:ldK80/OTZBj7Yzz73n0lNPD2LswhuzgyWZMVQn8ePLA=
github.com/elastic/apm-data v1.7.0/go.mod h1:q8OBObGqMTmIr0kfo1xL7g8OBRrxOqgTho0E3hEoJ4U=
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240704144241-c111789e3c61 h1:nb5J8/BOvIQv73aLQxn2iiaJGgzQy63FZE42v9bLFPw=
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20240704144241-c111789e3c61/go.mod h1:2I8Zlyzdl1oYau3ojZP2VmzLOQkLVfpKMXzwLUbwd/k=
github.com/elastic/elastic-agent-autodiscover v0.7.0 h1:FCrHXh5AZGrPlpAx8kBu/s/guw9d/EXt+GKlFCnrgsc=
Expand Down Expand Up @@ -159,6 +161,7 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
github.com/elastic/opentelemetry-lib v0.4.0 h1:e+N00oKXnv8EIXDVjHXPjkxox98JVm1b4kHVMp1NcTA=
github.com/elastic/opentelemetry-lib v0.4.0/go.mod h1:/kKvHbJLVo/NcKMPHI8/RZKL64fushmnRUzn+arQpjg=
github.com/elastic/opentelemetry-lib v0.6.1/go.mod h1:/kKvHbJLVo/NcKMPHI8/RZKL64fushmnRUzn+arQpjg=
github.com/elastic/pkcs8 v1.0.0 h1:HhitlUKxhN288kcNcYkjW6/ouvuwJWd9ioxpjnD9jVA=
github.com/elastic/pkcs8 v1.0.0/go.mod h1:ipsZToJfq1MxclVTwpG7U/bgeDtf+0HkUiOxebk95+0=
github.com/elastic/sarama v1.19.1-0.20210823122811-11c3ef800752 h1:5/RUNg7rkIvayjPhAIoI3v8p45NfWcfWs5DZSElycis=
Expand Down

0 comments on commit 0278980

Please sign in to comment.