Updated dependencies
This commit is contained in:
6
go.mod
6
go.mod
@ -18,7 +18,7 @@ require (
|
||||
github.com/aerogo/sitemap v0.1.1
|
||||
github.com/akyoto/color v1.8.1
|
||||
github.com/animenotifier/anilist v0.1.0
|
||||
github.com/animenotifier/arn v1.1.0
|
||||
github.com/animenotifier/arn v1.1.1
|
||||
github.com/animenotifier/kitsu v0.1.0
|
||||
github.com/animenotifier/mal v0.1.2
|
||||
github.com/animenotifier/shoboi v0.1.0
|
||||
@ -29,6 +29,7 @@ require (
|
||||
github.com/go-ole/go-ole v1.2.4 // indirect
|
||||
github.com/golang/protobuf v1.3.1 // indirect
|
||||
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
|
||||
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
|
||||
github.com/graphql-go/graphql v0.7.8
|
||||
github.com/json-iterator/go v1.1.6
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
@ -38,8 +39,11 @@ require (
|
||||
github.com/mssola/user_agent v0.5.0
|
||||
github.com/pariz/gountries v0.0.0-20171019111738-adb00f6513a3
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
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-20190401211740-f487f9de1cd3 // indirect
|
||||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
||||
github.com/stretchr/testify v1.3.0
|
||||
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
|
Reference in New Issue
Block a user