Skip to content

Commit

Permalink
deps: update module github.com/docker/docker to v26.0.2+incompatible …
Browse files Browse the repository at this point in the history
…[SECURITY] (#190)

* deps: update module github.com/docker/docker to v26.0.2+incompatible [SECURITY]

* fixup: update Go source

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edgelessci <[email protected]>
  • Loading branch information
renovate[bot] and edgelessci authored Apr 19, 2024
1 parent 089b796 commit 6de7f6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion attestation-service/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pkgs.buildGo122Module {

subpackages = [ "attestation-service/cmd" ];

vendorHash = "sha256-65ODG6iCieU5EjP55+8zywyv6HSNmIJuBZ1YY+2GfkA=";
vendorHash = "sha256-DL+VOJ7dFyoYBre5t8WOxXrO31jtcuzIzbJW+Ns7Q9k=";

meta.mainProgram = "attestation-service";

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/MicahParks/keyfunc/v3 v3.3.2
github.com/NVIDIA/go-nvml v0.12.0-2
github.com/docker/cli v26.0.1+incompatible
github.com/docker/docker v26.0.1+incompatible
github.com/docker/docker v26.0.2+incompatible
github.com/docker/go-connections v0.5.0
github.com/docker/go-units v0.5.0
github.com/go-git/go-git/v5 v5.12.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
github.com/docker/cli v26.0.1+incompatible h1:eZDuplk2jYqgUkNLDYwTBxqmY9cM3yHnmN6OIUEjL3U=
github.com/docker/cli v26.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v26.0.1+incompatible h1:t39Hm6lpXuXtgkF0dm1t9a5HkbUfdGy6XbWexmGr+hA=
github.com/docker/docker v26.0.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v26.0.2+incompatible h1:yGVmKUFGgcxA6PXWAokO0sQL22BrQ67cgVjko8tGdXE=
github.com/docker/docker v26.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
Expand Down
2 changes: 1 addition & 1 deletion workerapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pkgs.buildGo122Module rec {

subpackages = [ "workerapi/cmd" ];

vendorHash = "sha256-xwc33bmV0oyhCIvBgaY3EK9tEScORAKwQQ/EuBpMRmU=";
vendorHash = "sha256-Zr32O72lVsnbbnql60KzG9s88jj7ARBKk89uYpbCSus=";

nativeBuildInputs = with pkgs; [ gcc13 addOpenGLRunpath patchelf ];

Expand Down

0 comments on commit 6de7f6d

Please sign in to comment.