File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.1
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.23.1
10
+ github.com/uptrace/uptrace-go v1.24.0
11
11
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
12
12
go.opentelemetry.io/otel/trace v1.24.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.46.0
11
11
github.com/aws/aws-sdk-go-v2/config v1.27.8
12
12
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.0
13
- github.com/uptrace/uptrace-go v1.23.1
13
+ github.com/uptrace/uptrace-go v1.24.0
14
14
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.49.0
15
15
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.49.0
16
16
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.1
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.23.1
10
+ github.com/uptrace/uptrace-go v1.24.0
11
11
go.opentelemetry.io/otel v1.24.0
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.1
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.23.1
10
+ github.com/uptrace/uptrace-go v1.24.0
11
11
go.opentelemetry.io/otel v1.24.0
12
12
go.opentelemetry.io/otel/metric v1.24.0
13
13
)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.22.1
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
9
require (
10
- github.com/uptrace/uptrace-go v1.23.1
10
+ github.com/uptrace/uptrace-go v1.24.0
11
11
go.opentelemetry.io/otel v1.24.0
12
12
go.opentelemetry.io/otel/trace v1.24.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/uptrace/opentelemetry-go-extra/otelzap v0.2.4
11
- github.com/uptrace/uptrace-go v1.23.1
11
+ github.com/uptrace/uptrace-go v1.24.0
12
12
go.opentelemetry.io/otel v1.24.0
13
13
go.uber.org/zap v1.27.0
14
14
)
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.32.0
11
- github.com/uptrace/uptrace-go v1.23.1
11
+ github.com/uptrace/uptrace-go v1.24.0
12
12
go.opentelemetry.io/otel v1.24.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.23.1 "
5
+ return "1.24.0 "
6
6
}
You can’t perform that action at this time.
0 commit comments