Bumps the go_modules group with 1 update in the / directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl). Bumps the go_modules group with 1 update in the /frontend/src/common/prettier/plugins/docker directory: [github.com/moby/buildkit](https://github.com/moby/buildkit). Updates `github.com/cloudflare/circl` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.6.2...v1.6.3) Updates `github.com/moby/buildkit` from 0.24.0 to 0.28.1 - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](https://github.com/moby/buildkit/compare/v0.24.0...v0.28.1) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.3 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/moby/buildkit dependency-version: 0.28.1 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
446 B
Modula-2
18 lines
446 B
Modula-2
module docker_fmt
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/moby/buildkit v0.28.1
|
|
mvdan.cc/sh/v3 v3.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/containerd/typeurl/v2 v2.2.3 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|