-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Neko Ayaka <[email protected]>
- Loading branch information
1 parent
25ea009
commit 817feaf
Showing
2 changed files
with
173 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,108 +1,111 @@ | ||
module github.com/nekomeowww/insights-bot | ||
|
||
go 1.22 | ||
go 1.22.5 | ||
|
||
toolchain go1.22.0 | ||
toolchain go1.22.6 | ||
|
||
require ( | ||
entgo.io/ent v0.13.1 | ||
github.com/PuerkitoBio/goquery v1.9.1 | ||
github.com/PuerkitoBio/goquery v1.9.2 | ||
github.com/alexliesenfeld/health v0.8.0 | ||
github.com/disgoorg/disgo v0.17.2 | ||
github.com/disgoorg/snowflake/v2 v2.0.1 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-shiori/go-readability v0.0.0-20240204090920-819593fddc6b | ||
github.com/disgoorg/disgo v0.18.10 | ||
github.com/disgoorg/snowflake/v2 v2.0.3 | ||
github.com/gin-gonic/gin v1.10.0 | ||
github.com/go-shiori/go-readability v0.0.0-20240701094332-1070de7e32ef | ||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gookit/color v1.5.4 | ||
github.com/imroc/req/v3 v3.43.1 | ||
github.com/imroc/req/v3 v3.43.7 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/lib/pq v1.10.9 | ||
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.1 | ||
github.com/nekomeowww/fo v1.3.0 | ||
github.com/nekomeowww/go-pinecone v0.1.0 | ||
github.com/nekomeowww/timecapsule/v2 v2.2.0 | ||
github.com/nekomeowww/xo v1.4.0 | ||
github.com/nekomeowww/xo v1.9.6 | ||
github.com/nicksnyder/go-i18n/v2 v2.4.0 | ||
github.com/pkoukk/tiktoken-go v0.1.6 | ||
github.com/redis/rueidis v1.0.32 | ||
github.com/samber/lo v1.39.0 | ||
github.com/sashabaranov/go-openai v1.20.3 | ||
github.com/pkoukk/tiktoken-go v0.1.7 | ||
github.com/redis/rueidis v1.0.44 | ||
github.com/samber/lo v1.47.0 | ||
github.com/sashabaranov/go-openai v1.29.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/slack-go/slack v0.12.5 | ||
github.com/slack-go/slack v0.14.0 | ||
github.com/sourcegraph/conc v0.3.0 | ||
github.com/stretchr/testify v1.8.4 | ||
go.uber.org/fx v1.21.0 | ||
github.com/stretchr/testify v1.9.0 | ||
go.uber.org/fx v1.22.2 | ||
go.uber.org/multierr v1.11.0 | ||
go.uber.org/ratelimit v0.3.1 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/text v0.14.0 | ||
golang.org/x/text v0.17.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
ariga.io/atlas v0.19.2 // indirect | ||
ariga.io/atlas v0.26.1 // indirect | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect | ||
github.com/benbjohnson/clock v1.3.5 // indirect | ||
github.com/bytedance/sonic v1.11.3 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect | ||
github.com/chenzhuoyu/iasm v0.9.1 // indirect | ||
github.com/cloudflare/circl v1.3.7 // indirect | ||
github.com/bytedance/sonic v1.12.2 // indirect | ||
github.com/bytedance/sonic/loader v0.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudflare/circl v1.4.0 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/disgoorg/json v1.1.0 // indirect | ||
github.com/dlclark/regexp2 v1.11.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.3 // indirect | ||
github.com/disgoorg/json v1.2.0 // indirect | ||
github.com/dlclark/regexp2 v1.11.4 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.5 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-openapi/inflect v0.21.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.19.0 // indirect | ||
github.com/go-playground/validator/v10 v10.22.0 // indirect | ||
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/hcl/v2 v2.20.0 // indirect | ||
github.com/hashicorp/hcl/v2 v2.22.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/leodido/go-urn v1.4.0 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // 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/v2 v2.16.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/onsi/ginkgo/v2 v2.20.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/quic-go v0.42.0 // indirect | ||
github.com/redis/go-redis/v9 v9.5.1 // indirect | ||
github.com/refraction-networking/utls v1.6.3 // indirect | ||
github.com/samber/mo v1.11.0 // indirect | ||
github.com/quic-go/quic-go v0.46.0 // indirect | ||
github.com/redis/go-redis/v9 v9.6.1 // indirect | ||
github.com/refraction-networking/utls v1.6.7 // indirect | ||
github.com/samber/mo v1.13.0 // indirect | ||
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/shopspring/decimal v1.4.0 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.12 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/zclconf/go-cty v1.14.3 // indirect | ||
github.com/zclconf/go-cty v1.15.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
go.uber.org/dig v1.17.1 // indirect | ||
go.uber.org/dig v1.18.0 // indirect | ||
go.uber.org/mock v0.4.0 // indirect | ||
golang.org/x/arch v0.7.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect | ||
golang.org/x/mod v0.16.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/tools v0.19.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
golang.org/x/arch v0.9.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
) |
Oops, something went wrong.