Updated dependencies
This commit is contained in:
10
go.mod
10
go.mod
@ -3,9 +3,9 @@ module github.com/animenotifier/notify.moe
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.47.0 // indirect
|
||||
cloud.google.com/go v0.48.0 // indirect
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||
github.com/aerogo/aero v1.3.37
|
||||
github.com/aerogo/aero v1.3.39
|
||||
github.com/aerogo/api v0.2.3
|
||||
github.com/aerogo/crawler v0.2.5
|
||||
github.com/aerogo/flow v0.1.5
|
||||
@ -65,10 +65,10 @@ require (
|
||||
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
|
||||
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
|
||||
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
|
||||
golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a // indirect
|
||||
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 // indirect
|
||||
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 // indirect
|
||||
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
||||
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
|
||||
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
|
||||
google.golang.org/appengine v1.6.5 // indirect
|
||||
gopkg.in/ini.v1 v1.51.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.5 // indirect
|
||||
|
Reference in New Issue
Block a user