Skip to content

Commit 2c8e6b9

Browse files
authored
chore: upgrade fergusstrange/embedded-postgres after bugfix (#18167)
fergusstrange/embedded-postgres#156 was merged and [v1.31.0](https://github.com/fergusstrange/embedded-postgres/releases/tag/v1.31.0) was cut. Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 1e407fb commit 2c8e6b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ require (
116116
github.com/fatih/color v1.18.0
117117
github.com/fatih/structs v1.1.0
118118
github.com/fatih/structtag v1.2.0
119-
github.com/fergusstrange/embedded-postgres v1.30.0
119+
github.com/fergusstrange/embedded-postgres v1.31.0
120120
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
121121
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
122122
github.com/gliderlabs/ssh v0.3.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,8 @@ github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4
10471047
github.com/felixge/httpsnoop v1.0.2/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
10481048
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
10491049
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
1050-
github.com/fergusstrange/embedded-postgres v1.30.0 h1:ewv1e6bBlqOIYtgGgRcEnNDpfGlmfPxB8T3PO9tV68Q=
1051-
github.com/fergusstrange/embedded-postgres v1.30.0/go.mod h1:w0YvnCgf19o6tskInrOOACtnqfVlOvluz3hlNLY7tRk=
1050+
github.com/fergusstrange/embedded-postgres v1.31.0 h1:JmRxw2BcPRcU141nOEuGXbIU6jsh437cBB40rmftZSk=
1051+
github.com/fergusstrange/embedded-postgres v1.31.0/go.mod h1:w0YvnCgf19o6tskInrOOACtnqfVlOvluz3hlNLY7tRk=
10521052
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
10531053
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
10541054
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=

0 commit comments

Comments
 (0)