Updated dependencies

This commit is contained in:
2019-11-11 23:08:55 +09:00
parent 0be56c44fe
commit 502e7fbb23
2 changed files with 32 additions and 24 deletions

20
go.mod
View File

@ -5,12 +5,12 @@ go 1.13
require (
cloud.google.com/go v0.47.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aerogo/aero v1.3.30
github.com/aerogo/aero v1.3.33
github.com/aerogo/api v0.2.3
github.com/aerogo/crawler v0.2.5
github.com/aerogo/flow v0.1.5
github.com/aerogo/graphql v0.4.4
github.com/aerogo/http v1.0.12
github.com/aerogo/http v1.1.1
github.com/aerogo/log v0.2.6
github.com/aerogo/manifest v0.1.5
github.com/aerogo/markdown v0.1.9
@ -27,10 +27,10 @@ require (
github.com/akyoto/go-matroska v0.1.1
github.com/akyoto/hash v0.4.8
github.com/akyoto/imageserver v0.3.7
github.com/akyoto/stringutils v0.2.6
github.com/akyoto/stringutils v0.3.0
github.com/akyoto/webpush-go v0.1.2
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/animenotifier/anilist v0.2.5
github.com/animenotifier/anilist v0.2.6
github.com/animenotifier/ffxiv v0.2.2
github.com/animenotifier/japanese v0.2.5
github.com/animenotifier/kitsu v0.2.4
@ -52,7 +52,7 @@ require (
github.com/logpacker/PayPal-Go-SDK v1.1.4
github.com/mailgun/mailgun-go/v3 v3.6.1
github.com/mailru/easyjson v0.7.0 // indirect
github.com/minio/minio-go/v6 v6.0.40
github.com/minio/minio-go/v6 v6.0.41
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/mssola/user_agent v0.5.0
github.com/pariz/gountries v0.0.0-20191029140926-233bc78cf5b5
@ -65,11 +65,11 @@ 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-20191029031824-8986dd9e96cf // indirect
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a // indirect
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/ini.v1 v1.49.0 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)