module github.com/Luzifer/mondash go 1.15 require ( github.com/Luzifer/go_helpers/v2 v2.11.0 github.com/Luzifer/rconfig/v2 v2.2.1 github.com/aws/aws-sdk-go v1.35.9 github.com/gorilla/mux v1.8.0 github.com/gosimple/slug v1.5.0 github.com/jmespath/go-jmespath v0.4.0 github.com/konsorten/go-windows-terminal-sequences v1.0.3 github.com/pkg/errors v0.9.1 github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be github.com/sirupsen/logrus v1.7.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/objx v0.1.1 // indirect golang.org/x/sys v0.0.0-20201017003518-b09fb700fbb7 gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 gopkg.in/yaml.v2 v2.3.0 )