File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ replace github.com/aquasecurity/trivy => github.com/coder/trivy v0.0.0-202505271
72
72
// https://github.com/spf13/afero/pull/487
73
73
replace github.com/spf13/afero => github.com/aslilac/afero v0.0.0-20250403163713-f06e86036696
74
74
75
+ // Maintainer is currently unresponsive, forking to address https://github.com/fergusstrange/embedded-postgres/pull/156
76
+ // which is causing our CI to be flakey.
77
+ replace github.com/fergusstrange/embedded-postgres v1.30.0 => github.com/coder/embedded-postgres v0.0.0-20250602092909-9ec438a72d27
78
+
75
79
require (
76
80
cdr.dev/slog v1.6.2-0.20241112041820-0ec81e6e67bb
77
81
cloud.google.com/go/compute/metadata v0.7.0
Original file line number Diff line number Diff line change @@ -898,6 +898,8 @@ github.com/coder/bubbletea v1.2.2-0.20241212190825-007a1cdb2c41 h1:SBN/DA63+ZHwu
898
898
github.com/coder/bubbletea v1.2.2-0.20241212190825-007a1cdb2c41 /go.mod h1:I9ULxr64UaOSUv7hcb3nX4kowodJCVS7vt7VVJk/kW4 =
899
899
github.com/coder/clistat v1.0.0 h1:MjiS7qQ1IobuSSgDnxcCSyBPESs44hExnh2TEqMcGnA =
900
900
github.com/coder/clistat v1.0.0 /go.mod h1:F+gLef+F9chVrleq808RBxdaoq52R4VLopuLdAsh8Y4 =
901
+ github.com/coder/embedded-postgres v0.0.0-20250602092909-9ec438a72d27 h1:t9gUuKuXMHQF6+oMObYNRMUHlE0UAxPi9/ffXoNuWVE =
902
+ github.com/coder/embedded-postgres v0.0.0-20250602092909-9ec438a72d27 /go.mod h1:w0YvnCgf19o6tskInrOOACtnqfVlOvluz3hlNLY7tRk =
901
903
github.com/coder/flog v1.1.0 h1:kbAes1ai8fIS5OeV+QAnKBQE22ty1jRF/mcAwHpLBa4 =
902
904
github.com/coder/flog v1.1.0 /go.mod h1:UQlQvrkJBvnRGo69Le8E24Tcl5SJleAAR7gYEHzAmdQ =
903
905
github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1 /go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4 =
@@ -1047,7 +1049,6 @@ github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4
1047
1049
github.com/felixge/httpsnoop v1.0.2 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
1048
1050
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
1049
1051
github.com/felixge/httpsnoop v1.0.4 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
1050
- github.com/fergusstrange/embedded-postgres v1.30.0 h1:ewv1e6bBlqOIYtgGgRcEnNDpfGlmfPxB8T3PO9tV68Q =
1051
1052
github.com/fergusstrange/embedded-postgres v1.30.0 /go.mod h1:w0YvnCgf19o6tskInrOOACtnqfVlOvluz3hlNLY7tRk =
1052
1053
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90 /go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k =
1053
1054
github.com/fogleman/gg v1.3.0 /go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k =
You can’t perform that action at this time.
0 commit comments