Skip to content

Commit 94e40c6

Browse files
committed
Merge remote-tracking branch 'upstream/main'
* upstream/main: Sync repo's IsEmpty status correctly (go-gitea#26517) [skip ci] Updated translations via Crowdin Remove fomantic transition module (go-gitea#26469) Explain SearchOptions and fix ToSearchOptions (go-gitea#26542) Update go dependencies (go-gitea#26534) Differentiate better between user settings and admin settings (go-gitea#26538) Add missing triggers to update issue indexer (go-gitea#26539) Improve deadline icon location in milestone list page (go-gitea#26532) Use unique class for breadcrumb divider (go-gitea#26524) Fix typo of RunerOwnerID (go-gitea#26508) Improve clickable area in repo action view page (go-gitea#26115) Fix dark theme highlight for "NameNamespace" (go-gitea#26519) Remove duplicate CSS import for chroma/base.css (go-gitea#26523) Fix project filter bugs (go-gitea#26490) Fix display problems of members and teams unit (go-gitea#26363) Use `hidden` over `clip` for text truncation (go-gitea#26520) Add API route to list org secrets (go-gitea#26485) Set "type=button" for editor's toolbar buttons (go-gitea#26510) Apply to become a maintainer (go-gitea#26514) Detect ogg mime-type as audio or video (go-gitea#26494)
2 parents 05f701b + c6b92c8 commit 94e40c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+540
-3437
lines changed

MAINTAINERS

+1
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ Gary Moon <gary@garymoon.net> (@garymoon)
5454
Philip Peterson <philip.c.peterson@gmail.com> (@philip-peterson)
5555
Denys Konovalov <kontakt@denyskon.de> (@denyskon)
5656
Punit Inani <punitinani1@gmail.com> (@puni9869)
57+
CaiCandong <1290147055@qq.com> (@caicandong)

assets/go-licenses.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+39-38
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ require (
1212
gitea.com/go-chi/captcha v0.0.0-20230415143339-2c0754df4384
1313
gitea.com/go-chi/session v0.0.0-20230613035928-39541325faa3
1414
gitea.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
15-
gitea.com/lunny/levelqueue v0.4.2-0.20220729054728-f020868cc2f7
15+
gitea.com/lunny/levelqueue v0.4.2-0.20230414023320-3c0159fe0fe4
1616
github.com/42wim/sshsig v0.0.0-20211121163825-841cf5bbc121
1717
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
1818
github.com/NYTimes/gziphandler v1.1.1
1919
github.com/PuerkitoBio/goquery v1.8.1
2020
github.com/alecthomas/chroma/v2 v2.8.0
2121
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
22-
github.com/blevesearch/bleve/v2 v2.3.8
23-
github.com/bufbuild/connect-go v1.9.0
24-
github.com/buildkite/terminal-to-html/v3 v3.8.0
25-
github.com/caddyserver/certmagic v0.19.0
22+
github.com/blevesearch/bleve/v2 v2.3.9
23+
github.com/bufbuild/connect-go v1.10.0
24+
github.com/buildkite/terminal-to-html/v3 v3.9.1
25+
github.com/caddyserver/certmagic v0.19.1
2626
github.com/chi-middleware/proxy v1.1.1
2727
github.com/denisenkom/go-mssqldb v0.12.3
2828
github.com/dimiro1/reply v0.0.0-20200315094148-d0136a4c9e21
@@ -37,15 +37,15 @@ require (
3737
github.com/felixge/fgprof v0.9.3
3838
github.com/fsnotify/fsnotify v1.6.0
3939
github.com/gliderlabs/ssh v0.3.5
40-
github.com/go-ap/activitypub v0.0.0-20230626173101-16e4163853e3
40+
github.com/go-ap/activitypub v0.0.0-20230807182453-602f717f6ca3
4141
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
42-
github.com/go-chi/chi/v5 v5.0.8
42+
github.com/go-chi/chi/v5 v5.0.10
4343
github.com/go-chi/cors v1.2.1
44-
github.com/go-co-op/gocron v1.30.1
44+
github.com/go-co-op/gocron v1.31.1
4545
github.com/go-enry/go-enry/v2 v2.8.4
4646
github.com/go-fed/httpsig v1.1.1-0.20201223112313-55836744818e
4747
github.com/go-git/go-billy/v5 v5.4.1
48-
github.com/go-git/go-git/v5 v5.7.0
48+
github.com/go-git/go-git/v5 v5.8.1
4949
github.com/go-ldap/ldap/v3 v3.4.5
5050
github.com/go-sql-driver/mysql v1.7.1
5151
github.com/go-swagger/go-swagger v0.30.5
@@ -56,12 +56,12 @@ require (
5656
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
5757
github.com/golang-jwt/jwt/v5 v5.0.0
5858
github.com/google/go-github/v53 v53.2.0
59-
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8
59+
github.com/google/pprof v0.0.0-20230811205829-9131a7e9cc17
6060
github.com/google/uuid v1.3.0
6161
github.com/gorilla/feeds v1.1.1
6262
github.com/gorilla/sessions v1.2.1
6363
github.com/hashicorp/go-version v1.6.0
64-
github.com/hashicorp/golang-lru/v2 v2.0.4
64+
github.com/hashicorp/golang-lru/v2 v2.0.5
6565
github.com/huandu/xstrings v1.4.0
6666
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
6767
github.com/jhillyerd/enmime v1.0.0
@@ -77,7 +77,7 @@ require (
7777
github.com/meilisearch/meilisearch-go v0.25.0
7878
github.com/mholt/archiver/v3 v3.5.1
7979
github.com/microcosm-cc/bluemonday v1.0.25
80-
github.com/minio/minio-go/v7 v7.0.60
80+
github.com/minio/minio-go/v7 v7.0.61
8181
github.com/minio/sha256-simd v1.0.1
8282
github.com/msteinert/pam v1.1.0
8383
github.com/nektos/act v0.2.48
@@ -90,7 +90,7 @@ require (
9090
github.com/prometheus/client_golang v1.16.0
9191
github.com/quasoft/websspi v1.1.2
9292
github.com/redis/go-redis/v9 v9.0.5
93-
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
93+
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
9494
github.com/sassoftware/go-rpmutils v0.2.0
9595
github.com/sergi/go-diff v1.3.1
9696
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
@@ -99,20 +99,20 @@ require (
9999
github.com/tstranex/u2f v1.0.0
100100
github.com/ulikunitz/xz v0.5.11
101101
github.com/urfave/cli/v2 v2.25.7
102-
github.com/xanzy/go-gitlab v0.86.0
102+
github.com/xanzy/go-gitlab v0.90.0
103103
github.com/xeipuuv/gojsonschema v1.2.0
104104
github.com/yohcop/openid-go v1.0.1
105-
github.com/yuin/goldmark v1.5.4
106-
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20220924101305-151362477c87
105+
github.com/yuin/goldmark v1.5.5
106+
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
107107
github.com/yuin/goldmark-meta v1.1.0
108-
golang.org/x/crypto v0.11.0
109-
golang.org/x/image v0.9.0
110-
golang.org/x/net v0.13.0
111-
golang.org/x/oauth2 v0.10.0
112-
golang.org/x/sys v0.10.0
113-
golang.org/x/text v0.11.0
114-
golang.org/x/tools v0.11.0
115-
google.golang.org/grpc v1.56.2
108+
golang.org/x/crypto v0.12.0
109+
golang.org/x/image v0.11.0
110+
golang.org/x/net v0.14.0
111+
golang.org/x/oauth2 v0.11.0
112+
golang.org/x/sys v0.11.0
113+
golang.org/x/text v0.12.0
114+
golang.org/x/tools v0.12.0
115+
google.golang.org/grpc v1.57.0
116116
google.golang.org/protobuf v1.31.0
117117
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
118118
gopkg.in/ini.v1 v1.67.0
@@ -124,17 +124,18 @@ require (
124124
)
125125

126126
require (
127-
cloud.google.com/go/compute v1.21.0 // indirect
127+
cloud.google.com/go/compute v1.23.0 // indirect
128128
cloud.google.com/go/compute/metadata v0.2.3 // indirect
129+
dario.cat/mergo v1.0.0 // indirect
129130
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
130-
github.com/ClickHouse/ch-go v0.57.0 // indirect
131-
github.com/ClickHouse/clickhouse-go/v2 v2.10.1 // indirect
131+
github.com/ClickHouse/ch-go v0.58.0 // indirect
132+
github.com/ClickHouse/clickhouse-go/v2 v2.13.0 // indirect
132133
github.com/DataDog/zstd v1.5.5 // indirect
133134
github.com/Masterminds/goutils v1.1.1 // indirect
134135
github.com/Masterminds/semver/v3 v3.2.1 // indirect
135136
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
136137
github.com/Microsoft/go-winio v0.6.1 // indirect
137-
github.com/ProtonMail/go-crypto v0.0.0-20230710112148-e01326fd72eb // indirect
138+
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
138139
github.com/RoaringBitmap/roaring v1.3.0 // indirect
139140
github.com/acomagu/bufpipe v1.0.4 // indirect
140141
github.com/andybalholm/brotli v1.0.5 // indirect
@@ -174,7 +175,7 @@ require (
174175
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
175176
github.com/fatih/color v1.15.0 // indirect
176177
github.com/felixge/httpsnoop v1.0.3 // indirect
177-
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
178+
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
178179
github.com/go-ap/errors v0.0.0-20221205040414-01c1adfc98ea // indirect
179180
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
180181
github.com/go-enry/go-oniguruma v1.2.1 // indirect
@@ -184,7 +185,7 @@ require (
184185
github.com/go-openapi/analysis v0.21.4 // indirect
185186
github.com/go-openapi/errors v0.20.4 // indirect
186187
github.com/go-openapi/inflect v0.19.0 // indirect
187-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
188+
github.com/go-openapi/jsonpointer v0.20.0 // indirect
188189
github.com/go-openapi/jsonreference v0.20.2 // indirect
189190
github.com/go-openapi/loads v0.21.2 // indirect
190191
github.com/go-openapi/runtime v0.26.0 // indirect
@@ -225,7 +226,7 @@ require (
225226
github.com/mailru/easyjson v0.7.7 // indirect
226227
github.com/markbates/going v1.0.3 // indirect
227228
github.com/mattn/go-colorable v0.1.13 // indirect
228-
github.com/mattn/go-runewidth v0.0.14 // indirect
229+
github.com/mattn/go-runewidth v0.0.15 // indirect
229230
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
230231
github.com/mholt/acmez v1.2.0 // indirect
231232
github.com/miekg/dns v1.1.55 // indirect
@@ -242,14 +243,14 @@ require (
242243
github.com/olekukonko/tablewriter v0.0.5 // indirect
243244
github.com/onsi/ginkgo v1.16.5 // indirect
244245
github.com/onsi/gomega v1.27.8 // indirect
245-
github.com/paulmach/orb v0.9.2 // indirect
246-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
246+
github.com/paulmach/orb v0.10.0 // indirect
247+
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
247248
github.com/pierrec/lz4/v4 v4.1.18 // indirect
248249
github.com/pjbgf/sha1cd v0.3.0 // indirect
249250
github.com/pmezard/go-difflib v1.0.0 // indirect
250251
github.com/prometheus/client_model v0.4.0 // indirect
251252
github.com/prometheus/common v0.44.0 // indirect
252-
github.com/prometheus/procfs v0.11.0 // indirect
253+
github.com/prometheus/procfs v0.11.1 // indirect
253254
github.com/rhysd/actionlint v1.6.25 // indirect
254255
github.com/rivo/uniseg v0.4.4 // indirect
255256
github.com/robfig/cron v1.2.0 // indirect
@@ -268,7 +269,7 @@ require (
268269
github.com/spf13/pflag v1.0.5 // indirect
269270
github.com/spf13/viper v1.16.0 // indirect
270271
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
271-
github.com/subosito/gotenv v1.4.2 // indirect
272+
github.com/subosito/gotenv v1.6.0 // indirect
272273
github.com/toqueteos/webbrowser v1.2.0 // indirect
273274
github.com/unknwon/com v1.0.1 // indirect
274275
github.com/valyala/bytebufferpool v1.0.0 // indirect
@@ -282,17 +283,17 @@ require (
282283
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
283284
github.com/zeebo/blake3 v0.2.3 // indirect
284285
go.etcd.io/bbolt v1.3.7 // indirect
285-
go.mongodb.org/mongo-driver v1.12.0 // indirect
286+
go.mongodb.org/mongo-driver v1.12.1 // indirect
286287
go.opentelemetry.io/otel v1.16.0 // indirect
287288
go.opentelemetry.io/otel/trace v1.16.0 // indirect
288289
go.uber.org/atomic v1.11.0 // indirect
289290
go.uber.org/multierr v1.11.0 // indirect
290-
go.uber.org/zap v1.24.0 // indirect
291+
go.uber.org/zap v1.25.0 // indirect
291292
golang.org/x/mod v0.12.0 // indirect
292293
golang.org/x/sync v0.3.0 // indirect
293294
golang.org/x/time v0.3.0 // indirect
294295
google.golang.org/appengine v1.6.7 // indirect
295-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
296+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230815205213-6bfd019c3878 // indirect
296297
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
297298
gopkg.in/warnings.v0 v0.1.2 // indirect
298299
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)