File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 117
117
name = "coder-${ osArch } " ;
118
118
# Updated with ./scripts/update-flake.sh`.
119
119
# This should be updated whenever go.mod changes!
120
- vendorHash = "sha256-fQsVoD/aRjVXmvQ/Pg4O9tpJCPlf3eC2uo0z0TU7AX8 =" ;
120
+ vendorHash = "sha256-n9w2SR+9tEtH1ae2wPM7bkxI2ai17ycvIlsLH0E0E8Y =" ;
121
121
proxyVendor = true ;
122
122
src = ./. ;
123
123
nativeBuildInputs = with pkgs ; [ getopt openssl zstd ] ;
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ require (
102
102
github.com/fatih/color v1.17.0
103
103
github.com/fatih/structs v1.1.0
104
104
github.com/fatih/structtag v1.2.0
105
- github.com/fergusstrange/embedded-postgres v1.28 .0
105
+ github.com/fergusstrange/embedded-postgres v1.29 .0
106
106
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
107
107
github.com/gen2brain/beeep v0.0.0-20220402123239-6a3042f4b71a
108
108
github.com/gliderlabs/ssh v0.3.4
Original file line number Diff line number Diff line change @@ -314,8 +314,8 @@ github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4
314
314
github.com/felixge/httpsnoop v1.0.2 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
315
315
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
316
316
github.com/felixge/httpsnoop v1.0.4 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
317
- github.com/fergusstrange/embedded-postgres v1.28 .0 h1:Atixd24HCuBHBavnG4eiZAjRizOViwUahKGSjJdz1SU =
318
- github.com/fergusstrange/embedded-postgres v1.28 .0 /go.mod h1:t/MLs0h9ukYM6FSt99R7InCHs1nW0ordoVCcnzmpTYw =
317
+ github.com/fergusstrange/embedded-postgres v1.29 .0 h1:Uv8hdhoiaNMuH0w8UuGXDHr60VoAQPFdgx7Qf3bzXJM =
318
+ github.com/fergusstrange/embedded-postgres v1.29 .0 /go.mod h1:t/MLs0h9ukYM6FSt99R7InCHs1nW0ordoVCcnzmpTYw =
319
319
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw =
320
320
github.com/fortytw2/leaktest v1.3.0 /go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g =
321
321
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI =
You can’t perform that action at this time.
0 commit comments