-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v10.12.0 (release.sh) (#1995)
- Loading branch information
1 parent
e040c87
commit be5a7d8
Showing
10 changed files
with
81 additions
and
418 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
module github.com/go-pg/pg/extra/pgdebug/v10 | ||
|
||
go 1.15 | ||
go 1.19 | ||
|
||
replace github.com/go-pg/pg/v10 => ../.. | ||
|
||
require github.com/go-pg/pg/v10 v10.11.2 | ||
require github.com/go-pg/pg/v10 v10.12.0 | ||
|
||
require ( | ||
github.com/go-pg/zerochecker v0.2.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/vmihailenco/bufpool v0.1.11 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect | ||
github.com/vmihailenco/tagparser v0.1.2 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
mellium.im/sasl v0.3.1 // indirect | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
module github.com/go-pg/pg/extra/pgotel/v10 | ||
|
||
go 1.15 | ||
go 1.19 | ||
|
||
replace github.com/go-pg/pg/v10 => ../.. | ||
|
||
require ( | ||
github.com/go-pg/pg/v10 v10.11.2 | ||
github.com/go-pg/pg/v10 v10.12.0 | ||
go.opentelemetry.io/otel v1.0.0 | ||
go.opentelemetry.io/otel/trace v1.0.0 | ||
) | ||
|
||
require ( | ||
github.com/go-pg/zerochecker v0.2.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/vmihailenco/bufpool v0.1.11 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect | ||
github.com/vmihailenco/tagparser v0.1.2 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
mellium.im/sasl v0.3.1 // indirect | ||
) |
Oops, something went wrong.