Updated dependencies

This commit is contained in:
2019-09-30 16:57:17 +09:00
parent f92c84ac35
commit 63b5e637e4
2 changed files with 30 additions and 31 deletions

17
go.mod
View File

@ -3,9 +3,9 @@ module github.com/animenotifier/notify.moe
go 1.12
require (
cloud.google.com/go v0.46.2 // indirect
cloud.google.com/go v0.46.3 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aerogo/aero v1.3.25
github.com/aerogo/aero v1.3.26
github.com/aerogo/api v0.2.2
github.com/aerogo/crawler v0.2.5
github.com/aerogo/flow v0.1.5
@ -25,7 +25,7 @@ require (
github.com/akyoto/cache v1.0.3
github.com/akyoto/color v1.8.8
github.com/akyoto/go-matroska v0.1.1
github.com/akyoto/hash v0.4.5
github.com/akyoto/hash v0.4.6
github.com/akyoto/imageserver v0.3.7
github.com/akyoto/stringutils v0.2.4
github.com/akyoto/webpush-go v0.1.2
@ -48,7 +48,7 @@ require (
github.com/logpacker/PayPal-Go-SDK v1.1.4
github.com/mailgun/mailgun-go/v3 v3.6.0
github.com/mailru/easyjson v0.7.0 // indirect
github.com/minio/minio-go/v6 v6.0.35
github.com/minio/minio-go/v6 v6.0.37
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/mssola/user_agent v0.5.0
github.com/pariz/gountries v0.0.0-20171019111738-adb00f6513a3
@ -60,10 +60,9 @@ 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-20190911031432-227b76d455e7 // indirect
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2 // indirect
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7 // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/ini.v1 v1.46.0 // indirect
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/ini.v1 v1.48.0 // indirect
)