69 lines
2.6 KiB
Modula-2

module github.com/animenotifier/notify.moe
go 1.13
require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/aerogo/aero v1.3.59
github.com/aerogo/api v0.2.3
github.com/aerogo/crawler v0.2.5
github.com/aerogo/flow v0.1.5
github.com/aerogo/graphql v0.4.4
github.com/aerogo/http v1.1.5
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.5
github.com/aerogo/nano v0.3.5
github.com/aerogo/pack v0.6.5
github.com/aerogo/packet v0.2.2 // indirect
github.com/aerogo/run v1.0.3
github.com/aerogo/session-store-nano v0.1.7
github.com/aerogo/sitemap v0.1.4
github.com/akyoto/assert v0.2.4
github.com/akyoto/cache v1.0.6
github.com/akyoto/color v1.8.12
github.com/akyoto/go-matroska v0.1.1
github.com/akyoto/hash v0.5.0
github.com/akyoto/imageserver v0.3.7
github.com/akyoto/stringutils v0.3.1
github.com/akyoto/webpush-go v0.1.2
github.com/animenotifier/anilist v0.2.8
github.com/animenotifier/japanese v0.2.5
github.com/animenotifier/kitsu v0.2.4
github.com/animenotifier/mal v0.2.5
github.com/animenotifier/shoboi v0.2.4
github.com/animenotifier/twist v0.2.6
github.com/bwmarrin/discordgo v0.22.0
github.com/dustin/go-humanize v1.0.0
github.com/gomodule/oauth1 v0.2.0
github.com/google/uuid v1.3.0 // indirect
github.com/itchyny/gojq v0.11.2
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.15.6 // indirect
github.com/klauspost/cpuid/v2 v2.0.14 // indirect
github.com/logpacker/PayPal-Go-SDK v1.1.4
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.30
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/mssola/user_agent v0.5.3
github.com/pariz/gountries v0.1.5
github.com/rs/xid v1.4.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.5.0 // indirect
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)