27 lines
847 B
Modula-2
27 lines
847 B
Modula-2
module git.tebibyte.media/sashakoshka/step
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
git.tebibyte.media/sashakoshka/go-cli v0.1.2
|
|
git.tebibyte.media/sashakoshka/go-service v0.1.1
|
|
git.tebibyte.media/sashakoshka/goutil v0.6.0
|
|
github.com/Masterminds/sprig/v3 v3.3.0
|
|
github.com/gabriel-vasile/mimetype v1.4.7
|
|
github.com/yuin/goldmark v1.7.8
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.3.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/spf13/cast v1.7.0 // indirect
|
|
golang.org/x/crypto v0.29.0 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
)
|