mirror of https://github.com/statping/statping
go modules
parent
59011277ed
commit
97b30c2418
3
Makefile
3
Makefile
|
@ -218,8 +218,7 @@ dev-deps:
|
|||
$(GOGET) github.com/GeertJohan/go.rice/rice
|
||||
$(GOINSTALL) github.com/GeertJohan/go.rice/rice
|
||||
$(GOCMD) get github.com/axw/gocov/gocov
|
||||
$(GOCMD) get gopkg.in/matm/v1/gocov-html
|
||||
$(GOCMD) install gopkg.in/matm/v1/gocov-html
|
||||
$(GOCMD) get github.com/matm/gocov-html
|
||||
$(GOCMD) get github.com/mgechev/revive
|
||||
$(GOCMD) get github.com/fatih/structs
|
||||
$(GOGET) github.com/ararog/timeago
|
||||
|
|
6
go.mod
6
go.mod
|
@ -6,7 +6,7 @@ require (
|
|||
github.com/99designs/gqlgen v0.10.1
|
||||
github.com/GeertJohan/go.rice v1.0.0
|
||||
github.com/agnivade/levenshtein v1.0.2 // indirect
|
||||
github.com/ararog/timeago v0.0.0-20160324182854-518814407569
|
||||
github.com/ararog/timeago v0.0.0-20160328174124-e9969cf18b8d
|
||||
github.com/daaku/go.zipexe v1.0.1 // indirect
|
||||
github.com/go-mail/mail v2.3.1+incompatible
|
||||
github.com/go-yaml/yaml v2.1.0+incompatible
|
||||
|
@ -23,12 +23,12 @@ require (
|
|||
github.com/stretchr/testify v1.4.0
|
||||
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
|
||||
github.com/vektah/gqlparser v1.1.2
|
||||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
||||
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
|
||||
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
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
||||
gopkg.in/yaml.v2 v2.2.7 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue