From 15e6cb880126c9c2557548c7762171942d969506 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 2 Apr 2019 14:38:15 +0900 Subject: [PATCH] Upped arn version --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 900226c2..c35418e8 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/aerogo/session-store-nano v0.1.0 github.com/aerogo/sitemap v0.0.0-20171118144810-926059a596ae github.com/animenotifier/anilist v0.0.0-20190305235615-d1d5baf3760a - github.com/animenotifier/arn v1.0.3 + github.com/animenotifier/arn v1.0.4 github.com/animenotifier/kitsu v0.0.0-20190311000532-8310b34f18d8 github.com/animenotifier/mal v0.0.0-20190306012317-15db3840fd60 github.com/animenotifier/shoboi v0.0.0-20190331140329-ad885767c824 diff --git a/go.sum b/go.sum index ebda9bae..ab981536 100644 --- a/go.sum +++ b/go.sum @@ -48,6 +48,8 @@ github.com/animenotifier/anilist v0.0.0-20190305235615-d1d5baf3760a h1:vEYWNIsi5 github.com/animenotifier/anilist v0.0.0-20190305235615-d1d5baf3760a/go.mod h1:i4CfOYnA7J3413w8AhRJkrmky/7t+827W0lJ3A28JHQ= github.com/animenotifier/arn v1.0.3 h1:elw0aUWv+aEGFWZdRv7Sz6oSJ16xJ8JP+zdqr3jAuFM= github.com/animenotifier/arn v1.0.3/go.mod h1:mDyMipZQv4cFaBpUC6mmL9MnGSLhDS1hxoiFge4OpRw= +github.com/animenotifier/arn v1.0.4 h1:FnCABUsDfEdbp1Fg8QfOcawiYw+WJEayfidgoFvbTKM= +github.com/animenotifier/arn v1.0.4/go.mod h1:mDyMipZQv4cFaBpUC6mmL9MnGSLhDS1hxoiFge4OpRw= github.com/animenotifier/ffxiv v0.0.0-20181026222628-4707c5739ff1 h1:nHYxZmkB79cBr/fNrYxoY0k1a8qcDT1rIItwnwKFGP0= github.com/animenotifier/ffxiv v0.0.0-20181026222628-4707c5739ff1/go.mod h1:oBHhRzQAUv+dBe4qFJAFnTg7qv5Gl6QFHQphyJla74Q= github.com/animenotifier/japanese v0.0.0-20180702005159-9ae021c00c3c h1:P/18+VJ+UmhxYBCQLAA/7hiqhvWLQqLyIoDCIi99JNA=