Version bump

This commit is contained in:
Eduard Urbach 2019-04-02 14:58:09 +09:00
parent 15e6cb8801
commit 8dbf92ac26
2 changed files with 5 additions and 13 deletions

8
go.mod
View File

@ -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.4
github.com/animenotifier/arn v1.0.5
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
@ -27,10 +27,8 @@ require (
github.com/go-ini/ini v1.42.0 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
github.com/gopherjs/gopherjs v0.0.0-20190328170749-bb2674552d8f // indirect
github.com/graphql-go/graphql v0.7.8
github.com/json-iterator/go v1.1.6
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/logpacker/PayPal-Go-SDK v1.1.4+incompatible
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
@ -39,15 +37,11 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/stretchr/testify v1.3.0
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1 // indirect
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)

10
go.sum
View File

@ -46,10 +46,8 @@ github.com/andybalholm/cascadia v1.0.0 h1:hOCXnnZ5A+3eVDX8pvgl4kofXv2ELss0bKcqRy
github.com/andybalholm/cascadia v1.0.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y=
github.com/animenotifier/anilist v0.0.0-20190305235615-d1d5baf3760a h1:vEYWNIsi5TRRjfBVLKDUdQLCcqV7fvTOEFtCOO0GJpE=
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/arn v1.0.5 h1:uECcjmMro52GVLv7/6AiOe2uDUejmgFm16gzK+BFSEc=
github.com/animenotifier/arn v1.0.5/go.mod h1:gqORFYS9hckiwGhcuid8ylusR0Z+hQ8rZiuSXqRDVB4=
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=
@ -165,8 +163,8 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5I
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac h1:wbW+Bybf9pXxnCFAOWZTqkRjAc7rAIwo2e1ArUhiHxg=
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 h1:hBSHahWMEgzwRyS6dRpxY0XyjZsHyQ61s084wo5PJe0=
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a h1:pa8hGb/2YqsZKovtsgrwcDH1RZhVbTKCjLp47XpqCDs=
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=