67 lines
3.0 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 (
github.com/OneOfOne/xxhash v1.2.5
2019-03-29 07:26:58 +00:00
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
2019-03-29 06:10:59 +00:00
github.com/aerogo/aero v1.0.0
github.com/aerogo/api v0.1.0
2019-03-29 07:26:58 +00:00
github.com/aerogo/cluster v0.1.0 // indirect
2019-03-29 06:10:59 +00:00
github.com/aerogo/crawler v0.1.0
2019-03-29 07:26:58 +00:00
github.com/aerogo/csp v0.1.0 // indirect
github.com/aerogo/flow v0.1.0 // indirect
2019-03-29 06:10:59 +00:00
github.com/aerogo/http v0.1.0
github.com/aerogo/layout v0.1.0
github.com/aerogo/log v0.1.0
github.com/aerogo/markdown v0.1.0
2019-03-29 07:26:58 +00:00
github.com/aerogo/mirror v0.1.0 // indirect
github.com/aerogo/nano v0.1.0
github.com/aerogo/packet v0.1.0 // indirect
github.com/aerogo/session v0.1.0 // indirect
github.com/aerogo/session-store-memory v0.1.0 // indirect
2019-03-29 06:10:59 +00:00
github.com/aerogo/session-store-nano v0.1.0
2019-03-28 13:52:29 +00:00
github.com/aerogo/sitemap v0.0.0-20171118144810-926059a596ae
github.com/animenotifier/anilist v0.0.0-20190305235615-d1d5baf3760a
2019-03-29 07:26:58 +00:00
github.com/animenotifier/arn v1.0.0
2019-03-28 13:52:29 +00:00
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-20180321032539-68de8dd8046b
github.com/animenotifier/twist v0.0.0-20171021152718-743481a0ebff
github.com/bwmarrin/discordgo v0.19.0
2019-03-29 07:26:58 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
2019-03-28 13:52:29 +00:00
github.com/dustin/go-humanize v1.0.0
2019-03-29 07:26:58 +00:00
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
2019-03-28 13:52:29 +00:00
github.com/fatih/color v1.7.0
github.com/go-ini/ini v1.42.0 // indirect
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/graphql-go/graphql v0.7.8
github.com/json-iterator/go v1.1.6
2019-03-29 07:26:58 +00:00
github.com/klauspost/compress v1.4.1 // indirect
github.com/klauspost/cpuid v1.2.0 // indirect
2019-03-29 08:02:43 +00:00
github.com/logpacker/PayPal-Go-SDK v1.1.4
2019-03-28 13:52:29 +00:00
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
github.com/pariz/gountries v0.0.0-20171019111738-adb00f6513a3
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/shirou/gopsutil v2.18.12+incompatible
2019-03-29 07:26:58 +00:00
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/stretchr/testify v1.3.0
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.0 // indirect
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
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
2019-03-28 13:52:29 +00:00
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
2019-03-29 07:26:58 +00:00
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
2019-03-28 13:52:29 +00:00
gopkg.in/yaml.v2 v2.2.2 // indirect
)