-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
46 lines (42 loc) · 1.69 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module yubari
go 1.23
toolchain go1.23.2
require (
github.com/PuerkitoBio/goquery v1.10.0
github.com/everpcpc/chobits v0.0.0-20220404065101-4efca02f7e81
github.com/everpcpc/pixiv v0.1.2
github.com/getsentry/sentry-go v0.29.1
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/ikool-cn/gobeanstalk-connection-pool v0.0.0-20170511054316-6c091c21a74e
github.com/mattn/go-mastodon v0.0.8
github.com/meilisearch/meilisearch-go v0.28.0
github.com/mmcdole/gofeed v1.3.0
github.com/pkg/errors v0.9.1
github.com/sashabaranov/go-openai v1.32.3
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.30.0
golang.org/x/text v0.19.0
gopkg.in/gographics/imagick.v3 v3.7.1
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)