notify.moe/go.mod

96 lines
3.7 KiB
Modula-2
Raw Normal View History

2019-03-28 13:52:29 +00:00
module github.com/animenotifier/notify.moe
2024-03-12 10:34:58 +00:00
go 1.22.1
2019-03-28 13:52:29 +00:00
require (
2024-03-12 11:56:30 +00:00
git.akyoto.dev/go/assert v0.1.3
2021-11-20 11:52:08 +00:00
github.com/aerogo/aero v1.3.59
2019-10-26 06:57:47 +00:00
github.com/aerogo/api v0.2.3
2019-05-16 10:15:37 +00:00
github.com/aerogo/crawler v0.2.5
2019-08-25 06:41:59 +00:00
github.com/aerogo/flow v0.1.5
2021-11-22 09:58:13 +00:00
github.com/aerogo/http v1.1.5
2019-09-03 23:53:57 +00:00
github.com/aerogo/log v0.2.6
github.com/aerogo/manifest v0.1.5
2019-08-25 06:41:59 +00:00
github.com/aerogo/markdown v0.1.9
2019-10-26 06:57:47 +00:00
github.com/aerogo/mirror v0.2.5
2019-09-06 00:15:49 +00:00
github.com/aerogo/nano v0.3.5
2020-05-08 07:23:56 +00:00
github.com/aerogo/pack v0.6.5
github.com/aerogo/run v1.0.3
2019-08-25 06:41:59 +00:00
github.com/aerogo/session-store-nano v0.1.7
2019-09-03 23:53:57 +00:00
github.com/aerogo/sitemap v0.1.4
2020-02-26 22:33:10 +00:00
github.com/akyoto/cache v1.0.6
2021-11-18 15:08:59 +00:00
github.com/akyoto/color v1.8.12
2019-06-03 09:32:43 +00:00
github.com/akyoto/go-matroska v0.1.1
2021-11-18 15:08:59 +00:00
github.com/akyoto/hash v0.5.0
2019-09-06 00:15:49 +00:00
github.com/akyoto/imageserver v0.3.7
2019-11-17 06:46:34 +00:00
github.com/akyoto/stringutils v0.3.1
2019-06-03 09:32:43 +00:00
github.com/akyoto/webpush-go v0.1.2
2021-11-22 09:58:13 +00:00
github.com/animenotifier/anilist v0.2.8
2019-09-06 00:15:49 +00:00
github.com/animenotifier/japanese v0.2.5
2019-09-03 23:53:57 +00:00
github.com/animenotifier/kitsu v0.2.4
2019-08-26 07:12:32 +00:00
github.com/animenotifier/mal v0.2.5
github.com/animenotifier/shoboi v0.2.4
github.com/animenotifier/twist v0.2.6
2020-10-22 00:51:11 +00:00
github.com/bwmarrin/discordgo v0.22.0
2024-02-02 19:58:36 +00:00
github.com/dustin/go-humanize v1.0.1
2022-06-29 03:12:13 +00:00
github.com/gomodule/oauth1 v0.2.0
2020-10-22 00:51:11 +00:00
github.com/itchyny/gojq v0.11.2
2021-11-18 15:08:59 +00:00
github.com/json-iterator/go v1.1.12
2019-10-26 06:57:47 +00:00
github.com/logpacker/PayPal-Go-SDK v1.1.4
2024-03-12 10:34:58 +00:00
github.com/minio/minio-go/v7 v7.0.69
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
2024-02-02 19:58:36 +00:00
github.com/mssola/user_agent v0.6.0
2022-09-26 07:14:59 +00:00
github.com/pariz/gountries v0.1.6
2022-06-29 03:12:13 +00:00
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
2019-06-03 09:32:43 +00:00
github.com/ungerik/go-gravatar v0.0.0-20120802094239-6ab22628222a
2024-02-02 19:58:36 +00:00
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e
2024-03-12 10:34:58 +00:00
golang.org/x/oauth2 v0.18.0
2022-07-27 08:56:56 +00:00
)
require (
2024-03-12 10:34:58 +00:00
cloud.google.com/go/compute v1.25.0 // indirect
2024-02-02 19:58:36 +00:00
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
2022-07-27 08:56:56 +00:00
github.com/aerogo/cluster v0.1.8 // indirect
github.com/aerogo/csp v0.1.10 // indirect
github.com/aerogo/packet v0.2.2 // indirect
github.com/aerogo/session v0.1.9 // indirect
github.com/aerogo/session-store-memory v0.1.9 // indirect
github.com/akyoto/colorable v0.1.7 // indirect
github.com/akyoto/tty v0.1.4 // indirect
github.com/akyoto/uuid v1.1.3 // indirect
2024-02-02 19:58:36 +00:00
github.com/andybalholm/cascadia v1.3.2 // indirect
2022-07-27 08:56:56 +00:00
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2024-02-02 19:58:36 +00:00
github.com/go-ole/go-ole v1.3.0 // indirect
2024-03-12 10:34:58 +00:00
github.com/golang/protobuf v1.5.4 // indirect
2024-02-02 19:58:36 +00:00
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
2022-07-27 08:56:56 +00:00
github.com/gorilla/websocket v1.4.0 // indirect
github.com/itchyny/astgen-go v0.0.0-20200815150004-12a293722290 // indirect
github.com/itchyny/timefmt-go v0.1.1 // indirect
2024-03-12 10:34:58 +00:00
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
2024-02-02 19:58:36 +00:00
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
2022-07-27 08:56:56 +00:00
github.com/minio/md5-simd v1.1.2 // indirect
2024-02-02 19:58:36 +00:00
github.com/minio/sha256-simd v1.0.1 // indirect
2022-07-27 08:56:56 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2024-02-02 19:58:36 +00:00
github.com/rs/xid v1.5.0 // indirect
2022-07-27 08:56:56 +00:00
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2024-02-02 19:58:36 +00:00
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
2022-06-29 03:12:13 +00:00
github.com/zeebo/xxh3 v1.0.2 // indirect
2024-03-12 10:34:58 +00:00
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
2024-02-02 19:58:36 +00:00
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
2024-03-12 10:34:58 +00:00
google.golang.org/protobuf v1.33.0 // indirect
2022-09-26 07:14:59 +00:00
gopkg.in/ini.v1 v1.67.0 // indirect
2022-07-27 08:56:56 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2019-03-28 13:52:29 +00:00
)