Created assets package
This commit is contained in:
8
go.mod
8
go.mod
@ -6,7 +6,7 @@ require (
|
||||
cloud.google.com/go v0.39.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.17
|
||||
github.com/aerogo/aero v1.2.1
|
||||
github.com/aerogo/api v0.1.7
|
||||
github.com/aerogo/crawler v0.2.5
|
||||
github.com/aerogo/graphql v0.3.6
|
||||
@ -22,8 +22,9 @@ require (
|
||||
github.com/aerogo/sitemap v0.1.2
|
||||
github.com/akyoto/cache v1.0.2
|
||||
github.com/akyoto/color v1.8.4
|
||||
github.com/akyoto/stringutils v0.2.0
|
||||
github.com/animenotifier/anilist v0.2.3
|
||||
github.com/animenotifier/arn v1.1.22
|
||||
github.com/animenotifier/arn v1.1.23
|
||||
github.com/animenotifier/kitsu v0.2.3
|
||||
github.com/animenotifier/mal v0.2.3
|
||||
github.com/animenotifier/shoboi v0.2.3
|
||||
@ -37,7 +38,6 @@ require (
|
||||
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
|
||||
github.com/json-iterator/go v1.1.6
|
||||
github.com/logpacker/PayPal-Go-SDK v1.1.4
|
||||
github.com/mattn/go-isatty v0.0.8 // indirect
|
||||
github.com/minio/minio-go v6.0.14+incompatible
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/mssola/user_agent v0.5.0
|
||||
@ -47,10 +47,8 @@ require (
|
||||
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/net v0.0.0-20190520210107-018c4d40a106 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20190517181255-950ef44c6e07
|
||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
||||
golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5 // indirect
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
google.golang.org/appengine v1.6.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
|
Reference in New Issue
Block a user