mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
115 lines
4.6 KiB
Modula-2
115 lines
4.6 KiB
Modula-2
module github.com/muety/wakapi
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
codeberg.org/Codeberg/avatars v1.0.0
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
|
github.com/alexedwards/argon2id v1.0.0
|
|
github.com/alitto/pond/v2 v2.5.0
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
|
github.com/coreos/go-oidc/v3 v3.16.0
|
|
github.com/dchest/captcha v1.1.0
|
|
github.com/duke-git/lancet/v2 v2.3.7
|
|
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
|
|
github.com/emersion/go-smtp v0.24.0
|
|
github.com/getsentry/sentry-go v0.35.3
|
|
github.com/glebarez/sqlite v1.11.0
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/go-chi/httprate v0.15.0
|
|
github.com/gofrs/uuid/v5 v5.3.2
|
|
github.com/gohugoio/hashstructure v0.5.0
|
|
github.com/gorilla/schema v1.4.1
|
|
github.com/gorilla/securecookie v1.1.2
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/hashicorp/golang-lru v1.0.2
|
|
github.com/jinzhu/configor v1.2.2
|
|
github.com/leandro-lugaresi/hub v1.1.1
|
|
github.com/lpar/gzipped/v2 v2.1.0
|
|
github.com/mileusna/useragent v1.3.5
|
|
github.com/muety/artifex/v2 v2.0.1-0.20221201142708-74e7d3f6feaf
|
|
github.com/narqo/go-badge v0.0.0-20230821190521-c9a75c019a59
|
|
github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/stripe/stripe-go/v74 v74.30.0
|
|
github.com/swaggo/http-swagger v1.3.4
|
|
github.com/swaggo/swag v1.16.6
|
|
go.uber.org/atomic v1.11.0
|
|
golang.org/x/crypto v0.42.0
|
|
golang.org/x/oauth2 v0.31.0
|
|
gorm.io/driver/mysql v1.6.0
|
|
gorm.io/driver/postgres v1.6.0
|
|
gorm.io/driver/sqlserver v1.6.1
|
|
gorm.io/gorm v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
|
|
github.com/go-openapi/swag/conv v0.25.1 // indirect
|
|
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
|
|
github.com/go-openapi/swag/jsonutils v0.25.1 // indirect
|
|
github.com/go-openapi/swag/loading v0.25.1 // indirect
|
|
github.com/go-openapi/swag/stringutils v0.25.1 // indirect
|
|
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
|
|
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/zeebo/xxh3 v1.0.2 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/mod v0.28.0 // indirect
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/becheran/wildmatch-go v1.0.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/glebarez/go-sqlite v1.22.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.22.1 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.2 // indirect
|
|
github.com/go-openapi/spec v0.22.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.3 // indirect
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.7.6 // 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/kevinpollet/nego v0.0.0-20211010160919-a65cd48cee43 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/microsoft/go-mssqldb v1.9.3 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rs/cors v1.11.1
|
|
github.com/samber/lo v1.51.0 // indirect
|
|
github.com/samber/slog-common v0.19.0 // indirect
|
|
github.com/samber/slog-multi v1.5.0
|
|
github.com/samber/slog-sentry/v2 v2.9.3
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/swaggo/files v1.0.1 // indirect
|
|
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9 // indirect
|
|
golang.org/x/image v0.31.0 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
golang.org/x/tools v0.37.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.66.10 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.39.0 // indirect
|
|
)
|
|
|
|
godebug x509negativeserial=1 // https://stackoverflow.com/a/79062183/3112139
|