Skip to content

Commit 1a4c16b

Browse files
authored
Merge pull request #1925 from go-pg/release/v10.10.5
Release v10.10.5 (release.sh)
2 parents 03ae98f + c22fb9d commit 1a4c16b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

extra/pgdebug/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.15
44

55
replace github.com/go-pg/pg/v10 => ../..
66

7-
require github.com/go-pg/pg/v10 v10.10.4
7+
require github.com/go-pg/pg/v10 v10.10.5

extra/pgotel/example/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ replace github.com/go-pg/pg/v10 => ../../..
77
replace github.com/go-pg/pg/extra/pgotel/v10 => ../
88

99
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
1212
go.opentelemetry.io/otel v1.0.0-RC2
1313
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.0.0-RC2
1414
go.opentelemetry.io/otel/sdk v1.0.0-RC2

extra/pgotel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/go-pg/pg/v10 => ../..
66

77
require (
8-
github.com/go-pg/pg/v10 v10.10.4
8+
github.com/go-pg/pg/v10 v10.10.5
99
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
1010
go.opentelemetry.io/otel v1.0.0-RC1
1111
go.opentelemetry.io/otel/trace v1.0.0-RC1

extra/pgsegment/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/go-pg/pg/v10 => ../..
66

77
require (
8-
github.com/go-pg/pg/v10 v10.10.4
8+
github.com/go-pg/pg/v10 v10.10.5
99
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
1010
github.com/segmentio/encoding v0.2.17
1111
)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package pg
22

33
// Version is the current release version.
44
func Version() string {
5-
return "10.10.4"
5+
return "10.10.5"
66
}

0 commit comments

Comments
 (0)