statping/go.mod

42 lines
1.7 KiB
Modula-2
Raw Normal View History

2019-11-22 18:42:58 +00:00
module github.com/hunterlong/statping
2019-12-28 09:39:35 +00:00
go 1.13.5
2019-11-22 18:42:58 +00:00
require (
github.com/99designs/gqlgen v0.10.1
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
2019-11-22 18:42:58 +00:00
github.com/agnivade/levenshtein v1.0.2 // 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
2020-01-11 09:03:55 +00:00
github.com/docker/go-connections v0.4.0 // indirect
2020-01-03 06:10:25 +00:00
github.com/docker/go-units v0.4.0 // indirect
github.com/fatih/structs v1.1.0
2019-11-22 18:42:58 +00:00
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gorilla/mux v1.7.3
github.com/jinzhu/gorm v1.9.11
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.2.0 // indirect
2020-01-03 06:10:25 +00:00
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
2020-02-24 05:53:15 +00:00
github.com/pkg/errors v0.8.1
2019-11-22 18:42:58 +00:00
github.com/rendon/testcli v0.0.0-20161027181003-6283090d169f
2019-11-22 18:48:34 +00:00
github.com/russross/blackfriday/v2 v2.0.1
2019-11-22 18:42:58 +00:00
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2020-01-11 09:03:55 +00:00
github.com/sirupsen/logrus v1.4.1
2019-11-22 18:42:58 +00:00
github.com/stretchr/testify v1.4.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/vektah/gqlparser v1.1.2
2019-11-22 19:01:58 +00:00
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
2019-11-22 18:42:58 +00:00
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
google.golang.org/appengine v1.6.5 // indirect
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
2019-11-22 18:42:58 +00:00
gopkg.in/yaml.v2 v2.2.7 // indirect
)