diff --git a/Makefile b/Makefile index 876d0ddf..8f560f62 100644 --- a/Makefile +++ b/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 diff --git a/go.mod b/go.mod index e7f9b803..196a896b 100644 --- a/go.mod +++ b/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 )