Skip to content

Commit

Permalink
chore: updated deps (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Mar 15, 2024
1 parent 6a8a930 commit e9d317f
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 165 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# # 设定 Go 环境
# - uses: actions/setup-go@v3
# with:
# go-version: "^1.20.0"
# go-version: "^1.22.0"
# cache: true

# # Get values for cache paths to be used in later steps
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
# 设定 Go 环境
- uses: actions/setup-go@v3
with:
go-version: "^1.20.0"
go-version: "^1.22.0"
cache: true

# Get values for cache paths to be used in later steps
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.20"
go-version: "^1.22.0"
- uses: ent/contrib/ci@master

lint:
Expand All @@ -106,7 +106,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "^1.20.0"
go-version: "^1.22.0"
cache: true

- uses: actions/checkout@v3
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "^1.20.0"
go-version: "^1.22.0"
cache: true

# Get values for cache paths to be used in later steps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# --- builder ---
FROM golang:1.21 as builder
FROM golang:1.22 as builder

RUN GO111MODULE=on

Expand Down
4 changes: 2 additions & 2 deletions ent/runtime/runtime.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 45 additions & 46 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,109 +1,108 @@
module github.com/nekomeowww/insights-bot

go 1.21
go 1.22

toolchain go1.22.0

require (
entgo.io/ent v0.12.5
github.com/PuerkitoBio/goquery v1.8.1
entgo.io/ent v0.13.1
github.com/PuerkitoBio/goquery v1.9.1
github.com/alexliesenfeld/health v0.8.0
github.com/disgoorg/disgo v0.17.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-20231029095239-6b97d5aba789
github.com/go-shiori/go-readability v0.0.0-20240204090920-819593fddc6b
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/google/uuid v1.4.0
github.com/google/uuid v1.6.0
github.com/gookit/color v1.5.4
github.com/imroc/req/v3 v3.42.2
github.com/imroc/req/v3 v3.43.1
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.2.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.3.0
github.com/nekomeowww/xo v1.4.0
github.com/nicksnyder/go-i18n/v2 v2.4.0
github.com/pkoukk/tiktoken-go v0.1.6
github.com/redis/rueidis v1.0.23
github.com/redis/rueidis v1.0.32
github.com/samber/lo v1.39.0
github.com/sashabaranov/go-openai v1.17.9
github.com/sashabaranov/go-openai v1.20.3
github.com/sirupsen/logrus v1.9.3
github.com/slack-go/slack v0.12.3
github.com/slack-go/slack v0.12.5
github.com/sourcegraph/conc v0.3.0
github.com/stretchr/testify v1.8.4
go.uber.org/fx v1.20.1
go.uber.org/fx v1.21.0
go.uber.org/multierr v1.11.0
go.uber.org/ratelimit v0.3.0
go.uber.org/zap v1.26.0
go.uber.org/ratelimit v0.3.1
go.uber.org/zap v1.27.0
golang.org/x/text v0.14.0
gopkg.in/yaml.v3 v3.0.1
)

require (
ariga.io/atlas v0.15.0 // indirect
ariga.io/atlas v0.19.2 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/andybalholm/brotli v1.0.6 // 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/benbjohnson/clock v1.3.5 // indirect
github.com/bytedance/sonic v1.10.2 // 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.6 // indirect
github.com/cloudflare/circl v1.3.7 // 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.10.0 // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gaukas/godicttls v0.0.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-openapi/inflect v0.19.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.16.0 // indirect
github.com/go-playground/validator/v10 v10.19.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/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20231205033806-a5a03c77bf08 // indirect
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/hcl/v2 v2.20.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // 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.13.2 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // 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/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
github.com/quic-go/quic-go v0.40.0 // indirect
github.com/redis/go-redis/v9 v9.3.0 // indirect
github.com/refraction-networking/utls v1.5.4 // indirect
github.com/quic-go/quic-go v0.41.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/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
github.com/shopspring/decimal v1.3.1 // 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.1 // indirect
github.com/zclconf/go-cty v1.14.3 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.17.1 // indirect
go.uber.org/goleak v1.2.1 // indirect
go.uber.org/mock v0.3.0 // indirect
golang.org/x/arch v0.6.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.16.0 // indirect
google.golang.org/protobuf v1.31.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
)

0 comments on commit e9d317f

Please sign in to comment.