24 lines
646 B
Modula-2
Executable File
24 lines
646 B
Modula-2
Executable File
module wdd.io/agent-deploy
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.21.0
|
|
wdd.io/agent-common v0.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|
|
|
|
replace wdd.io/agent-common => ../agent-common
|