mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:02:25 -05:00
bump dependencies: minio-go, go-sqlite3, goldmark, otel, x/image/webp (#4075)
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4075 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
457ca3c9d3
commit
436765a6a2
31 changed files with 500 additions and 167 deletions
24
vendor/modules.txt
vendored
24
vendor/modules.txt
vendored
|
|
@ -371,8 +371,8 @@ github.com/cloudwego/base64x/internal/native
|
|||
github.com/cloudwego/base64x/internal/native/avx2
|
||||
github.com/cloudwego/base64x/internal/native/sse
|
||||
github.com/cloudwego/base64x/internal/rt
|
||||
# github.com/coreos/go-oidc/v3 v3.12.0
|
||||
## explicit; go 1.21
|
||||
# github.com/coreos/go-oidc/v3 v3.14.1
|
||||
## explicit; go 1.23.0
|
||||
github.com/coreos/go-oidc/v3/oidc
|
||||
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
||||
## explicit
|
||||
|
|
@ -411,7 +411,7 @@ github.com/gabriel-vasile/mimetype
|
|||
github.com/gabriel-vasile/mimetype/internal/charset
|
||||
github.com/gabriel-vasile/mimetype/internal/json
|
||||
github.com/gabriel-vasile/mimetype/internal/magic
|
||||
# github.com/gin-contrib/cors v1.7.4
|
||||
# github.com/gin-contrib/cors v1.7.5
|
||||
## explicit; go 1.23.0
|
||||
github.com/gin-contrib/cors
|
||||
# github.com/gin-contrib/gzip v1.2.3
|
||||
|
|
@ -672,7 +672,7 @@ github.com/minio/crc64nvme
|
|||
# github.com/minio/md5-simd v1.1.2
|
||||
## explicit; go 1.14
|
||||
github.com/minio/md5-simd
|
||||
# github.com/minio/minio-go/v7 v7.0.89
|
||||
# github.com/minio/minio-go/v7 v7.0.91
|
||||
## explicit; go 1.23.0
|
||||
github.com/minio/minio-go/v7
|
||||
github.com/minio/minio-go/v7/pkg/cors
|
||||
|
|
@ -704,7 +704,7 @@ github.com/modern-go/reflect2
|
|||
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
|
||||
## explicit
|
||||
github.com/munnerz/goautoneg
|
||||
# github.com/ncruces/go-sqlite3 v0.25.0
|
||||
# github.com/ncruces/go-sqlite3 v0.25.1
|
||||
## explicit; go 1.23.0
|
||||
github.com/ncruces/go-sqlite3
|
||||
github.com/ncruces/go-sqlite3/driver
|
||||
|
|
@ -954,7 +954,7 @@ github.com/vmihailenco/tagparser/v2/internal/parser
|
|||
# github.com/wagslane/go-password-validator v0.3.0
|
||||
## explicit; go 1.16
|
||||
github.com/wagslane/go-password-validator
|
||||
# github.com/yuin/goldmark v1.7.10
|
||||
# github.com/yuin/goldmark v1.7.11
|
||||
## explicit; go 1.22
|
||||
github.com/yuin/goldmark
|
||||
github.com/yuin/goldmark/ast
|
||||
|
|
@ -1009,14 +1009,14 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal
|
|||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry
|
||||
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0
|
||||
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
|
||||
## explicit; go 1.22.0
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig
|
||||
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry
|
||||
# go.opentelemetry.io/otel/exporters/prometheus v0.56.0
|
||||
# go.opentelemetry.io/otel/exporters/prometheus v0.57.0
|
||||
## explicit; go 1.22.0
|
||||
go.opentelemetry.io/otel/exporters/prometheus
|
||||
# go.opentelemetry.io/otel/metric v1.35.0
|
||||
|
|
@ -1032,7 +1032,7 @@ go.opentelemetry.io/otel/sdk/internal/env
|
|||
go.opentelemetry.io/otel/sdk/internal/x
|
||||
go.opentelemetry.io/otel/sdk/resource
|
||||
go.opentelemetry.io/otel/sdk/trace
|
||||
# go.opentelemetry.io/otel/sdk/metric v1.34.0
|
||||
# go.opentelemetry.io/otel/sdk/metric v1.35.0
|
||||
## explicit; go 1.22.0
|
||||
go.opentelemetry.io/otel/sdk/metric
|
||||
go.opentelemetry.io/otel/sdk/metric/exemplar
|
||||
|
|
@ -1087,8 +1087,8 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
|
|||
# golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/exp/constraints
|
||||
# golang.org/x/image v0.24.0
|
||||
## explicit; go 1.18
|
||||
# golang.org/x/image v0.26.0
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/image/riff
|
||||
golang.org/x/image/vp8
|
||||
golang.org/x/image/vp8l
|
||||
|
|
@ -1334,7 +1334,7 @@ modernc.org/mathutil
|
|||
# modernc.org/memory v1.9.1
|
||||
## explicit; go 1.23.0
|
||||
modernc.org/memory
|
||||
# modernc.org/sqlite v0.0.0-00010101000000-000000000000 => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.37.0-concurrency-workaround
|
||||
# modernc.org/sqlite v1.37.0 => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.37.0-concurrency-workaround
|
||||
## explicit; go 1.23.0
|
||||
modernc.org/sqlite
|
||||
modernc.org/sqlite/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue