forked from similarweb/finala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 793 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module finala
go 1.13
require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible
github.com/aws/aws-sdk-go v1.31.3
github.com/dustin/go-humanize v1.0.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.4
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/nlopes/slack v0.6.0
github.com/olivere/elastic/v7 v7.0.15
github.com/pkg/errors v0.9.1
github.com/similarweb/client-notifier v0.1.4
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20191220142924-d4481acd189f // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0
)