2020-03-09 18:17:55 +00:00
|
|
|
module github.com/statping/statping
|
2019-11-22 18:42:58 +00:00
|
|
|
|
2020-04-15 10:18:39 +00:00
|
|
|
// +heroku goVersion go1.14
|
2020-03-04 14:20:47 +00:00
|
|
|
go 1.14
|
2020-02-27 10:04:27 +00:00
|
|
|
|
2019-11-22 18:42:58 +00:00
|
|
|
require (
|
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2020-08-20 07:21:19 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.30.20
|
2020-01-16 09:29:49 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-12-28 09:01:07 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
2020-07-15 04:26:54 +00:00
|
|
|
github.com/foomo/simplecert v1.7.5
|
|
|
|
github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9
|
2020-03-08 18:13:27 +00:00
|
|
|
github.com/getsentry/sentry-go v0.5.1
|
2019-11-22 18:42:58 +00:00
|
|
|
github.com/go-mail/mail v2.3.1+incompatible
|
2020-10-12 22:30:21 +00:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.1 // indirect
|
2020-03-04 14:20:47 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-06-19 09:14:40 +00:00
|
|
|
github.com/hako/durafmt v0.0.0-20200605151348-3a43fc422dd9
|
2020-03-04 14:20:47 +00:00
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2020-04-24 05:13:00 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-03-04 14:20:47 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-15 04:26:54 +00:00
|
|
|
github.com/prometheus/client_golang v1.1.0
|
2020-10-12 22:30:21 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-04-16 09:57:00 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.6.3
|
2020-08-26 10:48:05 +00:00
|
|
|
github.com/statping/emails v1.0.0
|
2020-10-01 17:06:07 +00:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2020-09-17 19:42:54 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-05-19 03:46:54 +00:00
|
|
|
github.com/t-tiger/gorm-bulk-insert/v2 v2.0.1
|
2020-10-01 17:06:07 +00:00
|
|
|
go.uber.org/atomic v1.6.0 // indirect
|
2020-08-04 08:50:06 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-10-12 22:30:21 +00:00
|
|
|
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
2020-07-15 04:26:54 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-10-01 17:06:07 +00:00
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2020-10-12 22:30:21 +00:00
|
|
|
golang.org/x/tools v0.0.0-20201012192620-5bd05386311b // indirect
|
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2020-07-15 04:26:54 +00:00
|
|
|
google.golang.org/grpc v1.28.1
|
2020-10-12 22:30:21 +00:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2019-11-22 19:01:58 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-10-01 17:06:07 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-11-22 18:42:58 +00:00
|
|
|
)
|