Commit f15dd2c
authored
Bump gorm.io/driver/postgres from 1.4.7 to 1.5.2 (#80)
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres)
from 1.4.7 to 1.5.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-gorm/postgres/commit/90cb42b367d220b140fcb8e760e7b0704bf56861"><code>90cb42b</code></a>
Revert "added 23503 pgerrcode support and updated the error
conversion approa...</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/d616c6a45ba921bb12951e68f573beee9a85c491"><code>d616c6a</code></a>
fix: migrator run with nil schema (<a
href="https://redirect.github.com/go-gorm/postgres/issues/182">#182</a>)</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/b320a5cdf7d6838a37bc0272f619dfbc031fc23e"><code>b320a5c</code></a>
added 23503 pgerrcode support and updated the error conversion approach
(<a
href="https://redirect.github.com/go-gorm/postgres/issues/185">#185</a>)</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/5555b397a9876e305e710805ec3fad6f39542851"><code>5555b39</code></a>
支持关闭returning id特性 (<a
href="https://redirect.github.com/go-gorm/postgres/issues/184">#184</a>)</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/256e410551acea2a2f814a1c01034cfc5f6c8f76"><code>256e410</code></a>
feat: support for traslating error for pg driver (<a
href="https://redirect.github.com/go-gorm/postgres/issues/179">#179</a>)</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/cdc9d4b543dbd9ac46c5e7aec7e1c4ec0df20379"><code>cdc9d4b</code></a>
upgrade go version to eliminate CVE-2022-27664 CVE-2022-32149 in
dependencies...</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/ecae8303f6a14860b0010b1be54a647de2590d9a"><code>ecae830</code></a>
feat: error translator support (<a
href="https://redirect.github.com/go-gorm/postgres/issues/162">#162</a>)</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/ed060a7e525613cbc1cd3d2b605f78d2c9ebbe25"><code>ed060a7</code></a>
fix : fail to alter column from smallint to boolean (<a
href="https://redirect.github.com/go-gorm/postgres/issues/165">#165</a>)</li>
<li><a
href="https://github.com/go-gorm/postgres/commit/a7f2d2612650af97bbb00df00bf2ee518ffb8ce2"><code>a7f2d26</code></a>
Bump github.com/jackc/pgx/v5 from 5.2.0 to 5.3.0 (<a
href="https://redirect.github.com/go-gorm/postgres/issues/158">#158</a>)</li>
<li>See full diff in <a
href="https://github.com/go-gorm/postgres/compare/v1.4.7...v1.5.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0d7c60a commit f15dd2c
2 files changed
+10
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
31 | 27 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 28 | | |
36 | 29 | | |
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
41 | | - | |
42 | | - | |
| 34 | + | |
| 35 | + | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
46 | | - | |
47 | 39 | | |
48 | | - | |
49 | 40 | | |
50 | | - | |
51 | | - | |
52 | 41 | | |
53 | 42 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 43 | | |
61 | 44 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 45 | | |
77 | | - | |
78 | | - | |
79 | 46 | | |
80 | 47 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 48 | | |
91 | 49 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | 50 | | |
97 | 51 | | |
98 | 52 | | |
99 | 53 | | |
100 | 54 | | |
101 | 55 | | |
102 | 56 | | |
103 | | - | |
104 | 57 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 58 | | |
109 | 59 | | |
110 | 60 | | |
111 | | - | |
112 | | - | |
| 61 | + | |
| 62 | + | |
0 commit comments