Made it easier to edit avatars
This commit is contained in:
27
go.mod
27
go.mod
@ -3,34 +3,35 @@ module github.com/animenotifier/notify.moe
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.44.3 // indirect
|
||||
cloud.google.com/go v0.45.1 // indirect
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||
github.com/aerogo/aero v1.3.22
|
||||
github.com/aerogo/api v0.2.1
|
||||
github.com/aerogo/aero v1.3.24
|
||||
github.com/aerogo/api v0.2.2
|
||||
github.com/aerogo/crawler v0.2.5
|
||||
github.com/aerogo/flow v0.1.5
|
||||
github.com/aerogo/graphql v0.4.1
|
||||
github.com/aerogo/http v1.0.9
|
||||
github.com/aerogo/graphql v0.4.2
|
||||
github.com/aerogo/http v1.0.10
|
||||
github.com/aerogo/log v0.2.6
|
||||
github.com/aerogo/manifest v0.1.5
|
||||
github.com/aerogo/markdown v0.1.9
|
||||
github.com/aerogo/mirror v0.2.4
|
||||
github.com/aerogo/nano v0.3.4
|
||||
github.com/aerogo/nano v0.3.5
|
||||
github.com/aerogo/pack v0.6.1
|
||||
github.com/aerogo/packet v0.2.2 // indirect
|
||||
github.com/aerogo/run v1.0.2
|
||||
github.com/aerogo/session-store-nano v0.1.7
|
||||
github.com/aerogo/sitemap v0.1.4
|
||||
github.com/akyoto/assert v0.2.0
|
||||
github.com/akyoto/assert v0.2.1
|
||||
github.com/akyoto/cache v1.0.3
|
||||
github.com/akyoto/color v1.8.7
|
||||
github.com/akyoto/go-matroska v0.1.1
|
||||
github.com/akyoto/hash v0.4.5
|
||||
github.com/akyoto/imageserver v0.3.6
|
||||
github.com/akyoto/stringutils v0.2.3
|
||||
github.com/akyoto/imageserver v0.3.7
|
||||
github.com/akyoto/stringutils v0.2.4
|
||||
github.com/akyoto/webpush-go v0.1.2
|
||||
github.com/animenotifier/anilist v0.2.5
|
||||
github.com/animenotifier/ffxiv v0.2.2
|
||||
github.com/animenotifier/japanese v0.2.4
|
||||
github.com/animenotifier/japanese v0.2.5
|
||||
github.com/animenotifier/kitsu v0.2.4
|
||||
github.com/animenotifier/mal v0.2.5
|
||||
github.com/animenotifier/osu v0.1.2
|
||||
@ -39,6 +40,7 @@ require (
|
||||
github.com/animenotifier/twist v0.2.6
|
||||
github.com/bwmarrin/discordgo v0.19.0
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/frankban/quicktest v1.4.0 // indirect
|
||||
github.com/go-chi/chi v4.0.2+incompatible // indirect
|
||||
github.com/go-ole/go-ole v1.2.4 // indirect
|
||||
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
|
||||
@ -55,6 +57,7 @@ require (
|
||||
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
||||
github.com/smartystreets/assertions v1.0.0 // indirect
|
||||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
|
||||
github.com/stretchr/objx v0.2.0 // indirect
|
||||
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
||||
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
|
||||
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
|
||||
@ -63,7 +66,9 @@ require (
|
||||
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
|
||||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
||||
golang.org/x/sys v0.0.0-20190903213830-1f305c863dab // indirect
|
||||
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
|
||||
google.golang.org/appengine v1.6.2 // indirect
|
||||
gopkg.in/ini.v1 v1.46.0 // indirect
|
||||
)
|
||||
|
||||
exclude github.com/logpacker/PayPal-Go-SDK v2.0.5+incompatible
|
||||
|
Reference in New Issue
Block a user