Commit 0afde1d 1 parent 3d6a2b7 commit 0afde1d Copy full SHA for 0afde1d
File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.2
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.32 .0
10
+ github.com/uptrace/uptrace-go v1.34 .0
11
11
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
12
12
go.opentelemetry.io/otel/trace v1.34.0
13
13
)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/aws/aws-lambda-go v1.47.0
11
11
github.com/aws/aws-sdk-go-v2/config v1.29.1
12
12
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
13
- github.com/uptrace/uptrace-go v1.32 .0
13
+ github.com/uptrace/uptrace-go v1.34 .0
14
14
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.59.0
15
15
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.59.0
16
16
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.2
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.32 .0
10
+ github.com/uptrace/uptrace-go v1.34 .0
11
11
go.opentelemetry.io/contrib/bridges/otelslog v0.9.0
12
12
go.opentelemetry.io/otel v1.34.0
13
13
go.opentelemetry.io/otel/trace v1.34.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.2
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.32 .0
10
+ github.com/uptrace/uptrace-go v1.34 .0
11
11
go.opentelemetry.io/otel v1.34.0
12
12
go.opentelemetry.io/otel/metric v1.34.0
13
13
)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.2
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.32 .0
10
+ github.com/uptrace/uptrace-go v1.34 .0
11
11
go.opentelemetry.io/otel v1.34.0
12
12
go.opentelemetry.io/otel/trace v1.34.0
13
13
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.2
6
6
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
- require github.com/uptrace/uptrace-go v1.32 .0
9
+ require github.com/uptrace/uptrace-go v1.34 .0
10
10
11
11
require (
12
12
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.2
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.32 .0
10
+ github.com/uptrace/uptrace-go v1.34 .0
11
11
go.opentelemetry.io/contrib/bridges/otelslog v0.9.0
12
12
go.opentelemetry.io/otel v1.34.0
13
13
go.opentelemetry.io/otel/trace v1.34.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
10
github.com/uptrace/opentelemetry-go-extra/otelzap v0.3.2
11
- github.com/uptrace/uptrace-go v1.32 .0
11
+ github.com/uptrace/uptrace-go v1.34 .0
12
12
go.opentelemetry.io/otel v1.34.0
13
13
go.uber.org/zap v1.27.0
14
14
)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.2
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.32 .0
10
+ github.com/uptrace/uptrace-go v1.34 .0
11
11
go.opentelemetry.io/otel v1.34.0
12
12
go.opentelemetry.io/otel/trace v1.34.0
13
13
)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
10
github.com/rs/zerolog v1.33.0
11
- github.com/uptrace/uptrace-go v1.32 .0
11
+ github.com/uptrace/uptrace-go v1.34 .0
12
12
go.opentelemetry.io/otel v1.34.0
13
13
gopkg.in/natefinch/lumberjack.v2 v2.2.1
14
14
)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package uptrace
2
2
3
3
// Version is the current release version.
4
4
func Version () string {
5
- return "1.32 .0"
5
+ return "1.34 .0"
6
6
}
You can’t perform that action at this time.
0 commit comments