1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00
mondash/go.mod

22 lines
678 B
Modula-2
Raw Normal View History

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
)