From ba58cd693bff626461c1888df0d42cbcddc75154 Mon Sep 17 00:00:00 2001 From: Silvia Mitter Date: Wed, 20 Jan 2021 10:13:15 +0100 Subject: [PATCH] v1.10.0 (#873) --- CHANGELOG.asciidoc | 20 ++++++++++++++---- docs/upgrading.asciidoc | 21 ++++++++++--------- internal/apmversion/version.go | 2 +- internal/tracecontexttest/go.mod | 2 +- module/apmbeego/go.mod | 6 +++--- module/apmchi/go.mod | 4 ++-- module/apmecho/go.mod | 4 ++-- module/apmechov4/go.mod | 4 ++-- module/apmelasticsearch/go.mod | 4 ++-- .../internal/integration/go.mod | 4 ++-- .../internal/integration/go.sum | 2 -- module/apmgin/go.mod | 4 ++-- module/apmgocql/go.mod | 2 +- module/apmgokit/go.mod | 6 +++--- module/apmgometrics/go.mod | 2 +- module/apmgopg/go.mod | 4 ++-- module/apmgopgv10/go.mod | 5 +++-- module/apmgoredis/go.mod | 2 +- module/apmgoredisv8/go.mod | 2 +- module/apmgorilla/go.mod | 4 ++-- module/apmgorm/go.mod | 4 ++-- module/apmgormv2/go.mod | 4 ++-- module/apmgrpc/go.mod | 4 ++-- module/apmhttp/go.mod | 2 +- module/apmhttprouter/go.mod | 4 ++-- module/apmlambda/go.mod | 2 +- module/apmlogrus/go.mod | 2 +- module/apmmongo/go.mod | 2 +- module/apmnegroni/go.mod | 4 ++-- module/apmot/go.mod | 4 ++-- module/apmprometheus/go.mod | 2 +- module/apmredigo/go.mod | 2 +- module/apmrestful/go.mod | 4 ++-- module/apmsql/go.mod | 2 +- module/apmzap/go.mod | 2 +- module/apmzerolog/go.mod | 2 +- scripts/genmod/go.mod | 2 +- version.go | 2 +- 38 files changed, 83 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 617efb8d6..118e5f4d2 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -21,19 +21,27 @@ endif::[] [[unreleased]] === Unreleased -https://github.com/elastic/apm-agent-go/compare/v1.9.0...master[View commits] +https://github.com/elastic/apm-agent-go/compare/v1.10.0...master[View commits] + + +[[release-notes-1.x]] +=== Go Agent version 1.x + +[[release-notes-1.10.0]] +==== 1.10.0 - 2021/01/20 + +https://github.com/elastic/apm-agent-go/releases/tag/v1.10.0[View release] - module/apmsql: add tracingDriver.Unwrap method to get underlying driver {pull}#849[#(849)] - module/apmgopgv10: add support for github.com/go-pg/pg/v10 {pull}857[(#857)] - Enable central configuration of "sanitize_field_names" {pull}856[(#856)] - module/apmgrpc: set span destination context {pull}861[(#861)] -[[release-notes-1.x]] -=== Go Agent version 1.x - [[release-notes-1.9.0]] ==== 1.9.0 - 2020/11/02 +https://github.com/elastic/apm-agent-go/releases/tag/v1.9.0[View release] + - module/apmgoredisv8: introduce new package to support go-redis v8 {pull}780[#(780)] - module/apmhttp: introduce httptrace client option {pull}788[#(788)] - module/apmsql: add support for database/sql/driver.Validator {pull}791[#(791)] @@ -53,6 +61,8 @@ https://github.com/elastic/apm-agent-go/compare/v1.9.0...master[View commits] [[release-notes-1.8.0]] ==== 1.8.0 - 2020/05/06 +https://github.com/elastic/apm-agent-go/releases/tag/v1.8.0[View release] + - Add "recording" config option, to dynamically disable event recording {pull}737[(#737)] - Enable central configuration of "stack_frames_min_duration" and "stack_trace_limit" {pull}742[(#742)] - Implement "CloseIdleConnections" on the Elasticsearch RoundTripper {pull}750[(#750)] @@ -61,6 +71,8 @@ https://github.com/elastic/apm-agent-go/compare/v1.9.0...master[View commits] [[release-notes-1.7.2]] ==== 1.7.2 - 2020/03/19 +https://github.com/elastic/apm-agent-go/releases/tag/v1.7.2[View release] + - Update cucumber/godog to 0.8.1 {pull}733[(#733)] [[release-notes-1.7.1]] diff --git a/docs/upgrading.asciidoc b/docs/upgrading.asciidoc index 707729105..898f66331 100644 --- a/docs/upgrading.asciidoc +++ b/docs/upgrading.asciidoc @@ -21,14 +21,15 @@ The table below is a simplified description of this policy. [options="header"] |==== |Agent version |EOL Date |Maintained until -|1.9.x |2022/05/02 |1.10.0 -|1.8.x |2021-11-06 |1.9.0 -|1.7.x |2021-07-09 |1.8.0 -|1.6.x |2021-05-17 |1.7.0 -|1.5.x |2021-01-31 |1.6.0 -|1.4.x |2020-12-20 |1.5.0 -|1.3.x |2020-09-20 |1.4.0 -|1.2.x |2020-07-17 |1.3.0 -|1.1.x |2020-06-12 |1.2.0 -|1.0.x |2020-05-14 |1.1.0 +|1.10.x |2022/07/20 |1.11.0 +|1.9.x |2022/05/02 |1.10.0 +|1.8.x |2021-11-06 |1.9.0 +|1.7.x |2021-07-09 |1.8.0 +|1.6.x |2021-05-17 |1.7.0 +|1.5.x |2021-01-31 |1.6.0 +|1.4.x |2020-12-20 |1.5.0 +|1.3.x |2020-09-20 |1.4.0 +|1.2.x |2020-07-17 |1.3.0 +|1.1.x |2020-06-12 |1.2.0 +|1.0.x |2020-05-14 |1.1.0 |==== diff --git a/internal/apmversion/version.go b/internal/apmversion/version.go index aa881379a..d37af7c69 100644 --- a/internal/apmversion/version.go +++ b/internal/apmversion/version.go @@ -19,5 +19,5 @@ package apmversion const ( // AgentVersion is the Elastic APM Go Agent version. - AgentVersion = "1.9.0" + AgentVersion = "1.10.0" ) diff --git a/internal/tracecontexttest/go.mod b/internal/tracecontexttest/go.mod index 534f5b334..116905d5c 100644 --- a/internal/tracecontexttest/go.mod +++ b/internal/tracecontexttest/go.mod @@ -1,6 +1,6 @@ module tracecontexttest -require go.elastic.co/apm/module/apmhttp v1.9.0 +require go.elastic.co/apm/module/apmhttp v1.10.0 replace go.elastic.co/apm => ../.. diff --git a/module/apmbeego/go.mod b/module/apmbeego/go.mod index 896bed5df..51631eecf 100644 --- a/module/apmbeego/go.mod +++ b/module/apmbeego/go.mod @@ -3,9 +3,9 @@ module go.elastic.co/apm/module/apmbeego require ( github.com/astaxie/beego v1.11.1 github.com/stretchr/testify v1.5.1 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 - go.elastic.co/apm/module/apmsql v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 + go.elastic.co/apm/module/apmsql v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmchi/go.mod b/module/apmchi/go.mod index c630a52ac..7d928f603 100644 --- a/module/apmchi/go.mod +++ b/module/apmchi/go.mod @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmchi require ( github.com/go-chi/chi v4.0.2+incompatible github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmecho/go.mod b/module/apmecho/go.mod index 4601c78c0..3b953d205 100644 --- a/module/apmecho/go.mod +++ b/module/apmecho/go.mod @@ -9,8 +9,8 @@ require ( github.com/stretchr/testify v1.4.0 github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect ) diff --git a/module/apmechov4/go.mod b/module/apmechov4/go.mod index b7c4b79e1..41a5e4e49 100644 --- a/module/apmechov4/go.mod +++ b/module/apmechov4/go.mod @@ -4,8 +4,8 @@ require ( github.com/labstack/echo/v4 v4.0.0 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect ) diff --git a/module/apmelasticsearch/go.mod b/module/apmelasticsearch/go.mod index d71f64a38..3e5df47ed 100644 --- a/module/apmelasticsearch/go.mod +++ b/module/apmelasticsearch/go.mod @@ -2,8 +2,8 @@ module go.elastic.co/apm/module/apmelasticsearch require ( github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b ) diff --git a/module/apmelasticsearch/internal/integration/go.mod b/module/apmelasticsearch/internal/integration/go.mod index ad688d05d..fbf397c2e 100644 --- a/module/apmelasticsearch/internal/integration/go.mod +++ b/module/apmelasticsearch/internal/integration/go.mod @@ -6,8 +6,8 @@ require ( github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect github.com/olivere/elastic v6.2.16+incompatible github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmelasticsearch v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmelasticsearch v1.10.0 ) replace go.elastic.co/apm => ../../../.. diff --git a/module/apmelasticsearch/internal/integration/go.sum b/module/apmelasticsearch/internal/integration/go.sum index a44c02a0e..fd86df47b 100644 --- a/module/apmelasticsearch/internal/integration/go.sum +++ b/module/apmelasticsearch/internal/integration/go.sum @@ -53,8 +53,6 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 h1:Ao/3l156eZf2AW5wK8a7/smtodRU+gha3+BeqJ69lRk= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b h1:0mm1VjtFUOIlE1SbDlwjYaDxZVDP2S5ou6y0gSgXHu8= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= diff --git a/module/apmgin/go.mod b/module/apmgin/go.mod index e2dfbd358..a682ed332 100644 --- a/module/apmgin/go.mod +++ b/module/apmgin/go.mod @@ -4,8 +4,8 @@ require ( github.com/gin-gonic/gin v1.4.0 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgocql/go.mod b/module/apmgocql/go.mod index ddfb796c2..9af65e095 100644 --- a/module/apmgocql/go.mod +++ b/module/apmgocql/go.mod @@ -5,7 +5,7 @@ require ( github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect github.com/gocql/gocql v0.0.0-20181124151448-70385f88b28b github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgokit/go.mod b/module/apmgokit/go.mod index acb27754a..975245266 100644 --- a/module/apmgokit/go.mod +++ b/module/apmgokit/go.mod @@ -6,9 +6,9 @@ require ( github.com/go-stack/stack v1.8.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmgrpc v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmgrpc v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b google.golang.org/grpc v1.17.0 ) diff --git a/module/apmgometrics/go.mod b/module/apmgometrics/go.mod index 945bed760..80ecf4372 100644 --- a/module/apmgometrics/go.mod +++ b/module/apmgometrics/go.mod @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmgometrics require ( github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgopg/go.mod b/module/apmgopg/go.mod index e1e5afb75..d997367ad 100644 --- a/module/apmgopg/go.mod +++ b/module/apmgopg/go.mod @@ -6,8 +6,8 @@ require ( github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/stretchr/testify v1.5.1 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmsql v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmsql v1.10.0 mellium.im/sasl v0.2.1 // indirect ) diff --git a/module/apmgopgv10/go.mod b/module/apmgopgv10/go.mod index 93dbd4861..1c607a257 100644 --- a/module/apmgopgv10/go.mod +++ b/module/apmgopgv10/go.mod @@ -2,9 +2,10 @@ module go.elastic.co/apm/module/apmgopgv10 require ( github.com/go-pg/pg/v10 v10.7.3 + github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.6.1 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmsql v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmsql v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgoredis/go.mod b/module/apmgoredis/go.mod index a5eaaf287..a40e627b1 100644 --- a/module/apmgoredis/go.mod +++ b/module/apmgoredis/go.mod @@ -7,7 +7,7 @@ require ( github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgoredisv8/go.mod b/module/apmgoredisv8/go.mod index 69f0bd167..2657cc7d5 100644 --- a/module/apmgoredisv8/go.mod +++ b/module/apmgoredisv8/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/go-redis/redis/v8 v8.0.0-beta.2 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgorilla/go.mod b/module/apmgorilla/go.mod index 2f5479cb7..f007387a0 100644 --- a/module/apmgorilla/go.mod +++ b/module/apmgorilla/go.mod @@ -4,8 +4,8 @@ require ( github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/mux v1.6.2 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgorm/go.mod b/module/apmgorm/go.mod index a7666e84e..a5d3d5d10 100644 --- a/module/apmgorm/go.mod +++ b/module/apmgorm/go.mod @@ -5,8 +5,8 @@ require ( github.com/jinzhu/gorm v1.9.10 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.5.1 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmsql v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmsql v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmgormv2/go.mod b/module/apmgormv2/go.mod index 4aba1d9a8..2203dedca 100644 --- a/module/apmgormv2/go.mod +++ b/module/apmgormv2/go.mod @@ -2,8 +2,8 @@ module go.elastic.co/apm/module/apmgormv2 require ( github.com/stretchr/testify v1.5.1 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmsql v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmsql v1.10.0 gorm.io/driver/mysql v1.0.2 gorm.io/driver/postgres v1.0.2 gorm.io/driver/sqlite v1.1.4-0.20200928065301-698e250a3b0d diff --git a/module/apmgrpc/go.mod b/module/apmgrpc/go.mod index f6dea3626..520f34c60 100644 --- a/module/apmgrpc/go.mod +++ b/module/apmgrpc/go.mod @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmgrpc require ( github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b google.golang.org/grpc v1.17.0 ) diff --git a/module/apmhttp/go.mod b/module/apmhttp/go.mod index f7e2fc9dd..ccc7f58ea 100644 --- a/module/apmhttp/go.mod +++ b/module/apmhttp/go.mod @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmhttp require ( github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 golang.org/x/net v0.0.0-20200226121028-0de0cce0169b golang.org/x/text v0.3.2 // indirect ) diff --git a/module/apmhttprouter/go.mod b/module/apmhttprouter/go.mod index 23e91fc61..4a7ce86b1 100644 --- a/module/apmhttprouter/go.mod +++ b/module/apmhttprouter/go.mod @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmhttprouter require ( github.com/julienschmidt/httprouter v1.2.0 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmlambda/go.mod b/module/apmlambda/go.mod index 5726c254d..332c89a97 100644 --- a/module/apmlambda/go.mod +++ b/module/apmlambda/go.mod @@ -2,7 +2,7 @@ module go.elastic.co/apm/module/apmlambda require ( github.com/aws/aws-lambda-go v1.8.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmlogrus/go.mod b/module/apmlogrus/go.mod index f23b68897..7f0e3cd5a 100644 --- a/module/apmlogrus/go.mod +++ b/module/apmlogrus/go.mod @@ -4,7 +4,7 @@ require ( github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.2.0 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect ) diff --git a/module/apmmongo/go.mod b/module/apmmongo/go.mod index f605d9383..6b0d38cdf 100644 --- a/module/apmmongo/go.mod +++ b/module/apmmongo/go.mod @@ -7,7 +7,7 @@ require ( github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect github.com/xdg/stringprep v1.0.0 // indirect - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 go.mongodb.org/mongo-driver v1.0.0 golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect golang.org/x/text v0.3.2 // indirect diff --git a/module/apmnegroni/go.mod b/module/apmnegroni/go.mod index cd0ab46c0..a90d07bff 100644 --- a/module/apmnegroni/go.mod +++ b/module/apmnegroni/go.mod @@ -5,8 +5,8 @@ go 1.13 require ( github.com/stretchr/testify v1.4.0 github.com/urfave/negroni v1.0.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmot/go.mod b/module/apmot/go.mod index e4f4bff4e..cf258bd8d 100644 --- a/module/apmot/go.mod +++ b/module/apmot/go.mod @@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmot require ( github.com/opentracing/opentracing-go v1.1.0 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmprometheus/go.mod b/module/apmprometheus/go.mod index 9b1872f3b..cb6dde547 100644 --- a/module/apmprometheus/go.mod +++ b/module/apmprometheus/go.mod @@ -5,7 +5,7 @@ require ( github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmredigo/go.mod b/module/apmredigo/go.mod index 96bbce39b..ea3ca6fc9 100644 --- a/module/apmredigo/go.mod +++ b/module/apmredigo/go.mod @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmredigo require ( github.com/gomodule/redigo v1.8.2 github.com/stretchr/testify v1.5.1 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmrestful/go.mod b/module/apmrestful/go.mod index 0b611df54..a252d04c1 100644 --- a/module/apmrestful/go.mod +++ b/module/apmrestful/go.mod @@ -6,8 +6,8 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 - go.elastic.co/apm/module/apmhttp v1.9.0 + go.elastic.co/apm v1.10.0 + go.elastic.co/apm/module/apmhttp v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmsql/go.mod b/module/apmsql/go.mod index 6449f4e03..84769b78b 100644 --- a/module/apmsql/go.mod +++ b/module/apmsql/go.mod @@ -6,7 +6,7 @@ require ( github.com/lib/pq v1.3.0 github.com/mattn/go-sqlite3 v1.10.0 github.com/stretchr/testify v1.5.1 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/module/apmzap/go.mod b/module/apmzap/go.mod index ba9d3303d..3e13c6507 100644 --- a/module/apmzap/go.mod +++ b/module/apmzap/go.mod @@ -3,7 +3,7 @@ module go.elastic.co/apm/module/apmzap require ( github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 go.uber.org/atomic v1.3.2 // indirect go.uber.org/multierr v1.1.0 // indirect go.uber.org/zap v1.9.1 diff --git a/module/apmzerolog/go.mod b/module/apmzerolog/go.mod index 1aadfa90b..7273a69bf 100644 --- a/module/apmzerolog/go.mod +++ b/module/apmzerolog/go.mod @@ -4,7 +4,7 @@ require ( github.com/pkg/errors v0.8.1 github.com/rs/zerolog v1.14.3 github.com/stretchr/testify v1.4.0 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/scripts/genmod/go.mod b/scripts/genmod/go.mod index 4793e2fbb..cb367f7a2 100644 --- a/scripts/genmod/go.mod +++ b/scripts/genmod/go.mod @@ -2,7 +2,7 @@ module genmod require ( github.com/pkg/errors v0.8.1 - go.elastic.co/apm v1.9.0 + go.elastic.co/apm v1.10.0 ) replace go.elastic.co/apm => ../.. diff --git a/version.go b/version.go index 5d6801cf5..c74f16b50 100644 --- a/version.go +++ b/version.go @@ -19,5 +19,5 @@ package apm // import "go.elastic.co/apm" const ( // AgentVersion is the Elastic APM Go Agent version. - AgentVersion = "1.9.0" + AgentVersion = "1.10.0" )