File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/go-pg/pg/v10 => ../..
6
6
7
- require github.com/go-pg/pg/v10 v10.10.4
7
+ require github.com/go-pg/pg/v10 v10.10.5
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/go-pg/pg/v10 => ../../..
7
7
replace github.com/go-pg/pg/extra/pgotel/v10 => ../
8
8
9
9
require (
10
- github.com/go-pg/pg/extra/pgotel/v10 v10.10.4
11
- github.com/go-pg/pg/v10 v10.10.4
10
+ github.com/go-pg/pg/extra/pgotel/v10 v10.10.5
11
+ github.com/go-pg/pg/v10 v10.10.5
12
12
go.opentelemetry.io/otel v1.0.0 -RC2
13
13
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.0.0 -RC2
14
14
go.opentelemetry.io/otel/sdk v1.0.0 -RC2
Original file line number Diff line number Diff line change 5
5
replace github.com/go-pg/pg/v10 => ../..
6
6
7
7
require (
8
- github.com/go-pg/pg/v10 v10.10.4
8
+ github.com/go-pg/pg/v10 v10.10.5
9
9
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
10
10
go.opentelemetry.io/otel v1.0.0 -RC1
11
11
go.opentelemetry.io/otel/trace v1.0.0 -RC1
Original file line number Diff line number Diff line change 5
5
replace github.com/go-pg/pg/v10 => ../..
6
6
7
7
require (
8
- github.com/go-pg/pg/v10 v10.10.4
8
+ github.com/go-pg/pg/v10 v10.10.5
9
9
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
10
10
github.com/segmentio/encoding v0.2.17
11
11
)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package pg
2
2
3
3
// Version is the current release version.
4
4
func Version () string {
5
- return "10.10.4 "
5
+ return "10.10.5 "
6
6
}
You can’t perform that action at this time.
0 commit comments