helmfile/go.mod

21 lines
635 B
Modula-2

module github.com/roboll/helmfile
go 1.12
require (
github.com/Masterminds/semver v1.4.1
github.com/Masterminds/sprig v2.15.0+incompatible
github.com/aokoli/goutils v1.0.1
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/huandu/xstrings v1.0.0
github.com/imdario/mergo v0.3.6
github.com/mattn/go-runewidth v0.0.4
github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939
github.com/urfave/cli v0.0.0-20160620154522-6011f165dc28
go.uber.org/atomic v1.3.2
go.uber.org/multierr v1.1.0
go.uber.org/zap v1.8.0
golang.org/x/crypto v0.0.0-20180403160946-b2aa35443fbc
gopkg.in/yaml.v2 v2.2.1
)