🐛 Fixed docker、shell prettier plugin issue
This commit is contained in:
16
frontend/src/common/prettier/plugins/docker/go.mod
Normal file
16
frontend/src/common/prettier/plugins/docker/go.mod
Normal file
@@ -0,0 +1,16 @@
|
||||
module docker_fmt
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require github.com/reteps/dockerfmt v0.3.7
|
||||
|
||||
require (
|
||||
github.com/containerd/typeurl/v2 v2.2.3 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
||||
github.com/moby/buildkit v0.20.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.35.2 // indirect
|
||||
mvdan.cc/sh/v3 v3.11.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user