auto-staging/stagectl

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/auto-staging/stagectl

go 1.14

require (
    github.com/auto-staging/tower v0.0.0-20190724173309-8ce0de33358f
    github.com/aws/aws-lambda-go v1.17.0
    github.com/aws/aws-sdk-go v1.33.3
    github.com/fsnotify/fsnotify v1.4.9
    github.com/hashicorp/hcl v1.0.0
    github.com/inconshreveable/mousetrap v1.0.0
    github.com/jmespath/go-jmespath v0.3.0
    github.com/magiconair/properties v1.8.1
    github.com/mattn/go-runewidth v0.0.9
    github.com/mitchellh/go-homedir v1.1.0
    github.com/mitchellh/mapstructure v1.3.2
    github.com/olekukonko/tablewriter v0.0.4
    github.com/pelletier/go-toml v1.8.0
    github.com/spf13/afero v1.3.1
    github.com/spf13/cast v1.3.1
    github.com/spf13/cobra v1.0.0
    github.com/spf13/jwalterweatherman v1.1.0
    github.com/spf13/pflag v1.0.5
    github.com/spf13/viper v1.7.0
    github.com/subosito/gotenv v1.2.0
    github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
    golang.org/x/crypto v0.0.0-20200707235045-ab33eee955e0
    golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
    golang.org/x/text v0.3.3
    gopkg.in/ini.v1 v1.57.0
    gopkg.in/yaml.v2 v2.3.0
)