module github.com/statping/statping go 1.14 require ( github.com/GeertJohan/go.rice v1.0.0 github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/ararog/timeago v0.0.0-20160328174124-e9969cf18b8d github.com/crazy-max/xgo v0.3.2 // indirect github.com/daaku/go.zipexe v1.0.1 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/fatih/structs v1.1.0 github.com/getsentry/sentry-go v0.5.1 github.com/go-mail/mail v2.3.1+incompatible github.com/go-sql-driver/mysql v1.5.0 // indirect github.com/gorilla/mux v1.7.4 github.com/jinzhu/gorm v1.9.12 github.com/joho/godotenv v1.3.0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/lib/pq v1.3.0 // indirect github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect github.com/mattn/goveralls v0.0.5 // indirect github.com/pkg/errors v0.9.1 github.com/prometheus/common v0.9.1 github.com/rendon/testcli v0.0.0-20161027181003-6283090d169f github.com/russross/blackfriday/v2 v2.0.1 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.5.1 github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect golang.org/x/tools v0.0.0-20200319210407-521f4a0cd458 // indirect gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/mail.v2 v2.3.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 gopkg.in/yaml.v2 v2.2.8 )