File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
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-SkIcowUjVHuwCAJ9b1SwWD7V91UN7rHKMuLUSRquUl4 =" ;
120
+ vendorHash = "sha256-aQZjKLrYANc9vx+C4aDJqlG0oxD835fegPedkyYGMgc =" ;
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 @@ -270,8 +270,8 @@ require (
270
270
github.com/containerd/continuity v0.4.2 // indirect
271
271
github.com/coreos/go-iptables v0.6.0 // indirect
272
272
github.com/dlclark/regexp2 v1.11.0 // indirect
273
- github.com/docker/cli v23.0.5 +incompatible // indirect
274
- github.com/docker/docker v24.0.9 +incompatible // indirect
273
+ github.com/docker/cli v27.1.1 +incompatible // indirect
274
+ github.com/docker/docker v27.1.1 +incompatible // indirect
275
275
github.com/docker/go-connections v0.4.0 // indirect
276
276
github.com/docker/go-units v0.5.0 // indirect
277
277
github.com/dustin/go-humanize v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -260,10 +260,14 @@ github.com/dlclark/regexp2 v1.7.0 h1:7lJfhqlPssTb1WQx4yvTHN0uElPEv52sbaECrAQxjAo
260
260
github.com/dlclark/regexp2 v1.7.0 /go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8 =
261
261
github.com/docker/cli v23.0.5+incompatible h1:ufWmAOuD3Vmr7JP2G5K3cyuNC4YZWiAsuDEvFVVDafE =
262
262
github.com/docker/cli v23.0.5+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
263
+ github.com/docker/cli v27.1.1+incompatible h1:goaZxOqs4QKxznZjjBWKONQci/MywhtRv2oNn0GkeZE =
264
+ github.com/docker/cli v27.1.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
263
265
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
264
266
github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
265
267
github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0 =
266
268
github.com/docker/docker v24.0.9+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
269
+ github.com/docker/docker v27.1.1+incompatible h1:hO/M4MtV36kzKldqnA37IWhebRA+LnqqcqDja6kVaKY =
270
+ github.com/docker/docker v27.1.1+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
267
271
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
268
272
github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
269
273
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
You can’t perform that action at this time.
0 commit comments