mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
3a369d834a
* [chore] Upgrade our Go version to 1.22 With Go 1.22 having been released at the start of February, it's now been a few months. No major issues have shown up, and the two point release since then have primarily been security fixes plus some general bug fixing. This sets the required Go version to 1.22, as there's nothing in 1.22.1 or 1.22.2 that we would explicitly require. It sets the toolchain to the latest point release, to ensure we pick up any fixes from there when building releases etc. * [chore] Update CI to Go 1.22 * [chore] Update golangci-lint to 1.25.7 Newer version should know about Go 1.22 and run fine. * [chore] Update Docker container to Go 1.22 * [chore] Update Dockerfile to newer Alpine version * sign drone.yml * add missing license header --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
230 lines
11 KiB
Modula-2
230 lines
11 KiB
Modula-2
module github.com/superseriousbusiness/gotosocial
|
|
|
|
go 1.22
|
|
|
|
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.8-concurrency-workaround
|
|
|
|
toolchain go1.22.2
|
|
|
|
require (
|
|
codeberg.org/gruf/go-bytes v1.0.2
|
|
codeberg.org/gruf/go-bytesize v1.0.2
|
|
codeberg.org/gruf/go-byteutil v1.2.0
|
|
codeberg.org/gruf/go-cache/v3 v3.5.7
|
|
codeberg.org/gruf/go-debug v1.3.0
|
|
codeberg.org/gruf/go-errors/v2 v2.3.1
|
|
codeberg.org/gruf/go-fastcopy v1.1.2
|
|
codeberg.org/gruf/go-iotools v0.0.0-20230811115124-5d4223615a7f
|
|
codeberg.org/gruf/go-kv v1.6.4
|
|
codeberg.org/gruf/go-logger/v2 v2.2.1
|
|
codeberg.org/gruf/go-mutexes v1.4.1
|
|
codeberg.org/gruf/go-runners v1.6.2
|
|
codeberg.org/gruf/go-sched v1.2.3
|
|
codeberg.org/gruf/go-store/v2 v2.2.4
|
|
codeberg.org/gruf/go-structr v0.6.2
|
|
codeberg.org/superseriousbusiness/exif-terminator v0.7.0
|
|
github.com/DmitriyVTitov/size v1.5.0
|
|
github.com/KimMachineGun/automemlimit v0.6.0
|
|
github.com/abema/go-mp4 v1.2.0
|
|
github.com/buckket/go-blurhash v1.1.0
|
|
github.com/coreos/go-oidc/v3 v3.10.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/gin-contrib/cors v1.7.1
|
|
github.com/gin-contrib/gzip v1.0.0
|
|
github.com/gin-contrib/sessions v1.0.0
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-playground/form/v4 v4.2.1
|
|
github.com/go-swagger/go-swagger v0.30.5
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/feeds v1.1.2
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/jackc/pgx/v5 v5.5.5
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
|
github.com/miekg/dns v1.1.59
|
|
github.com/minio/minio-go/v7 v7.0.69
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/prometheus/client_golang v1.18.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/spf13/viper v1.18.2
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/superseriousbusiness/activity v1.6.0-gts.0.20240408131430-247f7f7110f0
|
|
github.com/superseriousbusiness/httpsig v1.2.0-SSB
|
|
github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8
|
|
github.com/tdewolff/minify/v2 v2.20.19
|
|
github.com/technologize/otel-go-contrib v1.1.1
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
|
|
github.com/ulule/limiter/v3 v3.11.2
|
|
github.com/uptrace/bun v1.2.1
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.1
|
|
github.com/uptrace/bun/dialect/sqlitedialect v1.2.1
|
|
github.com/uptrace/bun/extra/bunotel v1.2.1
|
|
github.com/wagslane/go-password-validator v0.3.0
|
|
github.com/yuin/goldmark v1.7.1
|
|
go.opentelemetry.io/otel v1.25.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.46.0
|
|
go.opentelemetry.io/otel/metric v1.25.0
|
|
go.opentelemetry.io/otel/sdk v1.25.0
|
|
go.opentelemetry.io/otel/sdk/metric v1.24.0
|
|
go.opentelemetry.io/otel/trace v1.25.0
|
|
go.uber.org/automaxprocs v1.5.3
|
|
golang.org/x/crypto v0.22.0
|
|
golang.org/x/image v0.15.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/oauth2 v0.19.0
|
|
golang.org/x/text v0.14.0
|
|
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.29.8
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
codeberg.org/gruf/go-atomics v1.1.0 // indirect
|
|
codeberg.org/gruf/go-bitutil v1.1.0 // indirect
|
|
codeberg.org/gruf/go-fastpath/v2 v2.0.0 // indirect
|
|
codeberg.org/gruf/go-mangler v1.3.0 // indirect
|
|
codeberg.org/gruf/go-maps v1.0.3 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bytedance/sonic v1.11.3 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // 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/cilium/ebpf v0.9.1 // indirect
|
|
github.com/containerd/cgroups/v3 v3.0.1 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/cornelk/hashmap v1.0.8 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/dsoprea/go-exif/v3 v3.0.0-20210625224831-a6301f85c82b // indirect
|
|
github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
|
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect
|
|
github.com/dsoprea/go-utility/v2 v2.0.0-20200717064901-2fccff4aa15e // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-errors/errors v1.4.1 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
github.com/go-openapi/errors v0.20.4 // indirect
|
|
github.com/go-openapi/inflect v0.19.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/loads v0.21.2 // indirect
|
|
github.com/go-openapi/runtime v0.26.0 // indirect
|
|
github.com/go-openapi/spec v0.20.9 // indirect
|
|
github.com/go-openapi/strfmt v0.21.7 // indirect
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
github.com/go-openapi/validate v0.22.1 // 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-xmlfmt/xmlfmt v0.0.0-20211206191508-7fd73a941850 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/gorilla/sessions v1.2.2 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.3.3 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/josharian/intern v1.0.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/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/opencontainers/runtime-spec v1.0.2 // indirect
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/client_model v0.6.0 // indirect
|
|
github.com/prometheus/common v0.45.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/superseriousbusiness/go-jpeg-image-structure/v2 v2.0.0-20220321154430-d89a106fdabe // indirect
|
|
github.com/superseriousbusiness/go-png-image-structure/v2 v2.0.1-SSB // indirect
|
|
github.com/tdewolff/parse/v2 v2.7.12 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/toqueteos/webbrowser v1.2.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
github.com/uptrace/opentelemetry-go-extra/otelsql v0.2.4 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.14.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/arch v0.7.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
|
|
golang.org/x/mod v0.16.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
|
|
google.golang.org/grpc v1.63.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
modernc.org/libc v1.49.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|