scaffold/go.mod

37 lines
1.5 KiB
Modula-2
Raw Permalink Normal View History

module forge.cadoles.com/wpetit/scaffold
2020-02-20 08:31:22 +01:00
go 1.13
require (
2021-07-09 13:42:25 +02:00
github.com/Masterminds/goutils v1.1.1 // indirect
2020-02-20 08:31:22 +01:00
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
2021-07-09 13:42:25 +02:00
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/antlr/antlr4 v0.0.0-20191011202612-ad2bd05285ca // indirect
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210707120613-a80295a60b3e // indirect
github.com/antonmedv/expr v1.8.9
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/juju/ansiterm v0.0.0-20210706145210-9283cdf370b5 // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-zglob v0.0.3
github.com/mitchellh/copystructure v1.2.0 // indirect
2020-02-20 08:31:22 +01:00
github.com/pkg/errors v0.9.1
2021-07-09 13:42:25 +02:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/urfave/cli/v2 v2.3.0
github.com/xanzy/ssh-agent v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
2020-02-20 08:31:22 +01:00
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
2021-07-09 13:42:25 +02:00
gopkg.in/yaml.v2 v2.4.0
2020-02-20 08:31:22 +01:00
)