65 lines
2.6 KiB
Modula-2
Raw Normal View History

2019-03-28 13:52:29 +00:00
module github.com/animenotifier/notify.moe
go 1.12
require (
2019-06-09 03:06:01 +00:00
cloud.google.com/go v0.40.0 // indirect
2019-06-01 04:55:49 +00:00
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aerogo/aero v1.3.14
2019-06-01 04:55:49 +00:00
github.com/aerogo/api v0.2.0
2019-05-16 10:15:37 +00:00
github.com/aerogo/crawler v0.2.5
2019-06-03 09:32:43 +00:00
github.com/aerogo/flow v0.1.4
2019-06-01 04:55:49 +00:00
github.com/aerogo/graphql v0.4.0
2019-05-15 13:00:23 +00:00
github.com/aerogo/http v1.0.6
2019-05-12 03:27:17 +00:00
github.com/aerogo/log v0.2.5
2019-05-22 10:09:25 +00:00
github.com/aerogo/manifest v0.1.4
2019-05-15 13:00:23 +00:00
github.com/aerogo/markdown v0.1.8
2019-06-03 09:32:43 +00:00
github.com/aerogo/mirror v0.2.3
2019-05-26 03:31:54 +00:00
github.com/aerogo/nano v0.3.2
2019-05-16 10:15:37 +00:00
github.com/aerogo/session-store-nano v0.1.5
2019-06-01 04:55:49 +00:00
github.com/aerogo/sitemap v0.1.3
2019-05-15 13:00:23 +00:00
github.com/akyoto/cache v1.0.2
github.com/akyoto/color v1.8.5
2019-06-03 09:32:43 +00:00
github.com/akyoto/go-matroska v0.1.1
2019-06-17 09:25:17 +00:00
github.com/akyoto/hash v0.4.1
2019-06-03 09:32:43 +00:00
github.com/akyoto/imageserver v0.3.6
2019-05-27 09:08:42 +00:00
github.com/akyoto/stringutils v0.2.1
2019-06-03 09:32:43 +00:00
github.com/akyoto/webpush-go v0.1.2
2019-06-03 11:17:09 +00:00
github.com/animenotifier/anilist v0.2.4
2019-06-03 09:32:43 +00:00
github.com/animenotifier/ffxiv v0.2.1
2019-06-04 02:06:28 +00:00
github.com/animenotifier/japanese v0.2.4
2019-05-12 03:27:17 +00:00
github.com/animenotifier/kitsu v0.2.3
github.com/animenotifier/mal v0.2.3
2019-06-03 09:32:43 +00:00
github.com/animenotifier/osu v0.1.1
github.com/animenotifier/overwatch v0.1.2
2019-05-12 03:27:17 +00:00
github.com/animenotifier/shoboi v0.2.3
2019-06-03 11:17:09 +00:00
github.com/animenotifier/twist v0.2.5
2019-03-28 13:52:29 +00:00
github.com/bwmarrin/discordgo v0.19.0
2019-04-09 06:36:35 +00:00
github.com/dustin/go-humanize v1.0.0
2019-03-29 07:26:58 +00:00
github.com/go-ole/go-ole v1.2.4 // indirect
2019-03-28 13:52:29 +00:00
github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
2019-03-28 13:52:29 +00:00
github.com/json-iterator/go v1.1.6
2019-04-24 06:36:13 +00:00
github.com/logpacker/PayPal-Go-SDK v1.1.4
2019-06-16 23:34:09 +00:00
github.com/minio/minio-go/v6 v6.0.29
2019-03-28 13:52:29 +00:00
github.com/mssola/user_agent v0.5.0
github.com/pariz/gountries v0.0.0-20171019111738-adb00f6513a3
github.com/shirou/gopsutil v2.18.12+incompatible
2019-05-10 08:36:39 +00:00
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
2019-06-01 04:55:49 +00:00
github.com/smartystreets/assertions v1.0.0 // indirect
2019-03-29 07:26:58 +00:00
github.com/stretchr/testify v1.3.0
2019-06-03 09:32:43 +00:00
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
2019-06-16 23:34:09 +00:00
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
2019-06-09 03:06:01 +00:00
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/appengine v1.6.1 // indirect
2019-06-03 09:32:43 +00:00
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
2019-05-10 08:36:39 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-06-03 09:32:43 +00:00
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
2019-03-28 13:52:29 +00:00
)
2019-04-24 06:36:13 +00:00
exclude github.com/logpacker/PayPal-Go-SDK v2.0.0+incompatible