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 5
5
replace github.com/uptrace/uptrace-go => ../..
6
6
7
7
require (
8
- github.com/uptrace/uptrace-go v1.21.0
8
+ github.com/uptrace/uptrace-go v1.23.1
9
9
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
10
10
go.opentelemetry.io/otel/trace v1.23.1
11
11
)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/aws/aws-lambda-go v1.46.0
9
9
github.com/aws/aws-sdk-go-v2/config v1.27.0
10
10
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
11
- github.com/uptrace/uptrace-go v1.21.0
11
+ github.com/uptrace/uptrace-go v1.23.1
12
12
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.48.0
13
13
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0
14
14
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
Original file line number Diff line number Diff line change 5
5
replace github.com/uptrace/uptrace-go => ../..
6
6
7
7
require (
8
- github.com/uptrace/uptrace-go v1.21.0
8
+ github.com/uptrace/uptrace-go v1.23.1
9
9
go.opentelemetry.io/otel v1.23.1
10
10
)
11
11
Original file line number Diff line number Diff line change 5
5
replace github.com/uptrace/uptrace-go => ../..
6
6
7
7
require (
8
- github.com/uptrace/uptrace-go v1.21.0
8
+ github.com/uptrace/uptrace-go v1.23.1
9
9
go.opentelemetry.io/otel v1.23.1
10
10
go.opentelemetry.io/otel/metric v1.23.1
11
11
)
Original file line number Diff line number Diff line change 5
5
replace github.com/uptrace/uptrace-go => ../..
6
6
7
7
require (
8
- github.com/uptrace/uptrace-go v1.21.0
8
+ github.com/uptrace/uptrace-go v1.23.1
9
9
go.opentelemetry.io/otel v1.23.1
10
10
go.opentelemetry.io/otel/trace v1.23.1
11
11
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/uptrace/uptrace-go => ../..
6
6
7
7
require (
8
8
github.com/uptrace/opentelemetry-go-extra/otelzap v0.2.3
9
- github.com/uptrace/uptrace-go v1.21.0
9
+ github.com/uptrace/uptrace-go v1.23.1
10
10
go.opentelemetry.io/otel v1.23.1
11
11
go.uber.org/zap v1.26.0
12
12
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/uptrace/uptrace-go => ../..
6
6
7
7
require (
8
8
github.com/rs/zerolog v1.32.0
9
- github.com/uptrace/uptrace-go v1.21.0
9
+ github.com/uptrace/uptrace-go v1.23.1
10
10
go.opentelemetry.io/otel v1.23.1
11
11
gopkg.in/natefinch/lumberjack.v2 v2.2.1
12
12
)
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.21.0 "
5
+ return "1.23.1 "
6
6
}
You can’t perform that action at this time.
0 commit comments