Commit 3505e7a 1 parent 894ac1f commit 3505e7a Copy full SHA for 3505e7a
File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
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.26.0
10
+ github.com/uptrace/uptrace-go v1.26.2
11
11
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0
12
12
go.opentelemetry.io/otel/trace v1.26.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.27.11
12
12
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
13
- github.com/uptrace/uptrace-go v1.26.0
13
+ github.com/uptrace/uptrace-go v1.26.2
14
14
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.51.0
15
15
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.51.0
16
16
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.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.26.0
10
+ github.com/uptrace/uptrace-go v1.26.2
11
11
go.opentelemetry.io/otel v1.26.0
12
12
go.opentelemetry.io/otel/trace v1.26.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.26.0
10
+ github.com/uptrace/uptrace-go v1.26.2
11
11
go.opentelemetry.io/otel v1.26.0
12
12
go.opentelemetry.io/otel/metric v1.26.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.26.0
10
+ github.com/uptrace/uptrace-go v1.26.2
11
11
go.opentelemetry.io/otel v1.26.0
12
12
go.opentelemetry.io/otel/trace v1.26.0
13
13
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.1
6
6
7
7
replace github.com/uptrace/uptrace-go => ../..
8
8
9
- require github.com/uptrace/uptrace-go v1.26.0
9
+ require github.com/uptrace/uptrace-go v1.26.2
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 @@ -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.26.0
11
+ github.com/uptrace/uptrace-go v1.26.2
12
12
go.opentelemetry.io/otel v1.26.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.26.0
11
+ github.com/uptrace/uptrace-go v1.26.2
12
12
go.opentelemetry.io/otel v1.26.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.26.0 "
5
+ return "1.26.2 "
6
6
}
You can’t perform that action at this time.
0 commit comments