Updated dependencies

This commit is contained in:
2019-05-03 08:10:57 +09:00
parent 86494e971a
commit 4dbe9cabb4
2 changed files with 23 additions and 69 deletions

10
go.mod
View File

@ -3,10 +3,10 @@ module github.com/animenotifier/notify.moe
go 1.12
require (
cloud.google.com/go v0.37.4 // indirect
cloud.google.com/go v0.38.0 // indirect
github.com/OneOfOne/xxhash v1.2.5
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
github.com/aerogo/aero v1.1.3
github.com/aerogo/aero v1.1.4
github.com/aerogo/api v0.1.5
github.com/aerogo/crawler v0.2.1
github.com/aerogo/http v1.0.2
@ -15,11 +15,12 @@ require (
github.com/aerogo/markdown v0.1.5
github.com/aerogo/nano v0.1.6
github.com/aerogo/pack v0.3.1
github.com/aerogo/pixy v1.2.1 // indirect
github.com/aerogo/run v0.1.4
github.com/aerogo/scarlet v0.2.1 // indirect
github.com/aerogo/session-store-nano v0.1.3
github.com/aerogo/sitemap v0.1.1
github.com/akyoto/color v1.8.3
github.com/akyoto/ignore v1.0.1 // indirect
github.com/animenotifier/anilist v0.2.2
github.com/animenotifier/arn v1.1.10
github.com/animenotifier/kitsu v0.2.2
@ -48,8 +49,9 @@ require (
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 // indirect
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
golang.org/x/net v0.0.0-20190502183928-7f726cade0ab // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect