All checks were successful
/ docker (push) Successful in 4m9s
(except for iceshrimp, but who cares) (well, I do. Would not be nice to not be compatible with a not-so-rarely used software)
104 lines
4.3 KiB
Modula-2
104 lines
4.3 KiB
Modula-2
module git.mstar.dev/mstar/linstrom
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.7
|
|
|
|
require (
|
|
git.mstar.dev/mstar/canvas v0.13.1
|
|
git.mstar.dev/mstar/goutils v1.12.3
|
|
github.com/BurntSushi/toml v1.4.0
|
|
github.com/dgraph-io/ristretto v0.2.0
|
|
github.com/eko/gocache/lib/v4 v4.1.6
|
|
github.com/eko/gocache/store/redis/v4 v4.2.2
|
|
github.com/eko/gocache/store/ristretto/v4 v4.2.2
|
|
github.com/gabriel-vasile/mimetype v1.4.5
|
|
github.com/gen2brain/avif v0.3.2
|
|
github.com/go-ap/httpsig v0.0.0-20221203064646-3647b4d88fdf
|
|
github.com/go-webauthn/webauthn v0.11.2
|
|
github.com/google/jsonapi v1.0.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/jackc/pgx/v5 v5.7.4
|
|
github.com/minio/minio-go/v7 v7.0.80
|
|
github.com/mstarongithub/passkey v0.0.0-20240817142622-de6912c8303e
|
|
github.com/pquerna/otp v1.4.0
|
|
github.com/redis/go-redis/v9 v9.0.2
|
|
github.com/rs/zerolog v1.33.0
|
|
golang.org/x/crypto v0.36.0
|
|
golang.org/x/image v0.20.0
|
|
golang.org/x/sys v0.32.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/gen v0.3.26
|
|
gorm.io/gorm v1.25.12
|
|
gorm.io/plugin/dbresolver v1.5.3
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dunglas/httpsfv v1.0.2 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/ebitengine/purego v0.7.1 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/go-webauthn/x v0.1.14 // indirect
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/go-tpm v0.9.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc v1.0.6 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/jwx/v2 v2.1.2 // indirect
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/rs/xid v1.6.0 // indirect
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/tetratelabs/wazero v1.7.3 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/yaronf/httpsign v0.3.2 // indirect
|
|
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gorm.io/datatypes v1.2.5 // indirect
|
|
gorm.io/driver/mysql v1.5.7 // indirect
|
|
gorm.io/hints v1.1.0 // indirect
|
|
)
|