module github.com/balerter/balerter go 1.13 require ( github.com/ClickHouse/clickhouse-go v1.3.13 github.com/aws/aws-sdk-go v1.29.4 github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect github.com/go-sql-driver/mysql v1.5.0 github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible github.com/gorilla/websocket v1.4.1 // indirect github.com/jmoiron/sqlx v1.2.0 github.com/lib/pq v1.0.0 github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/nlopes/slack v0.6.0 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect github.com/prometheus/client_golang v1.4.1 github.com/prometheus/common v0.9.1 github.com/stretchr/testify v1.4.0 github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb go.uber.org/zap v1.13.0 golang.org/x/net v0.0.0-20200202094626-16171245cfb2 golang.org/x/text v0.3.2 // indirect gonum.org/v1/netlib v0.0.0-20191229114700-bbb4dff026f8 // indirect gonum.org/v1/plot v0.0.0-20200212202559-4d97eda4de95 gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect gopkg.in/yaml.v2 v2.2.5 )