81 lines
3.2 KiB
Modula-2
81 lines
3.2 KiB
Modula-2
module gitlab.com/mstarongitlab/linstrom
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.0
|
|
github.com/aws/aws-sdk-go v1.55.5
|
|
github.com/dgraph-io/ristretto v0.1.1
|
|
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-webauthn/webauthn v0.11.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mstarongithub/passkey v0.0.0-20240817142622-de6912c8303e
|
|
github.com/redis/go-redis/v9 v9.0.2
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/xhit/go-simple-mail/v2 v2.16.0
|
|
gitlab.com/mstarongitlab/goap v1.1.0
|
|
gitlab.com/mstarongitlab/goutils v1.4.1
|
|
golang.org/x/image v0.20.0
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/gorm v1.25.10
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/datainq/xml-date-time v0.0.0-20170820214645-2292f08baa38 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // 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-test/deep v1.1.1 // indirect
|
|
github.com/go-webauthn/x v0.1.14 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // 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-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/piprate/json-gold v0.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/tetratelabs/wazero v1.7.3 // indirect
|
|
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/net v0.27.0 // indirect
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|