2019-11-22 18:42:58 +00:00
|
|
|
module github.com/hunterlong/statping
|
|
|
|
|
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-01-11 09:03:55 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2020-03-04 14:20:47 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
2019-11-22 19:01:58 +00:00
|
|
|
github.com/ararog/timeago v0.0.0-20160328174124-e9969cf18b8d
|
2019-11-22 18:42:58 +00:00
|
|
|
github.com/daaku/go.zipexe v1.0.1 // indirect
|
2020-01-16 09:29:49 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-01-03 06:10:25 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v1.13.1
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2019-12-28 09:01:07 +00:00
|
|
|
github.com/fatih/structs v1.1.0
|
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-03-04 14:20:47 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
|
|
github.com/google/martian v2.1.0+incompatible
|
|
|
|
github.com/gorilla/mux v1.7.4
|
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2019-11-22 18:42:58 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-03-04 14:20:47 +00:00
|
|
|
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/pkg/errors v0.9.1
|
|
|
|
github.com/prometheus/common v0.9.1
|
2019-11-22 18:42:58 +00:00
|
|
|
github.com/rendon/testcli v0.0.0-20161027181003-6283090d169f
|
2020-03-08 18:13:27 +00:00
|
|
|
github.com/romanyx/polluter v1.2.2
|
2019-11-22 18:48:34 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
2020-03-04 14:20:47 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-11-22 18:42:58 +00:00
|
|
|
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
|
2020-03-04 14:20:47 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
|
|
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
2020-03-09 15:15:15 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-03-04 14:20:47 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
2019-11-22 18:42:58 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/mail.v2 v2.3.1 // indirect
|
2019-11-22 19:01:58 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-03-04 14:20:47 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-11-22 18:42:58 +00:00
|
|
|
)
|