Skip to content

Commit cfb1106

Browse files
dependabot[bot]glours
authored andcommitted
build(deps): bump github.com/moby/buildkit
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.0-rc3.0.20240417151852-71f99c52a669 to 0.13.1. - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](https://github.com/moby/buildkit/commits/v0.13.1) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b53b8b2 commit cfb1106

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/mattn/go-shellwords v1.0.12
2828
github.com/mitchellh/go-ps v1.0.0
2929
github.com/mitchellh/mapstructure v1.5.0
30-
github.com/moby/buildkit v0.13.0-rc3.0.20240417151852-71f99c52a669
30+
github.com/moby/buildkit v0.13.1
3131
github.com/moby/patternmatcher v0.6.0
3232
github.com/moby/term v0.5.0
3333
github.com/morikuni/aec v1.0.0
@@ -107,6 +107,7 @@ require (
107107
github.com/google/uuid v1.6.0 // indirect
108108
github.com/gorilla/mux v1.8.1 // indirect
109109
github.com/gorilla/websocket v1.5.0 // indirect
110+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
110111
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
111112
github.com/hashicorp/errwrap v1.1.0 // indirect
112113
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect

0 commit comments

Comments
 (0)