41 lines
1.3 KiB
Modula-2
41 lines
1.3 KiB
Modula-2
module maxwarden
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/caarlos0/env/v11 v11.3.1
|
|
github.com/go-co-op/gocron/v2 v2.16.0
|
|
github.com/go-jet/jet/v2 v2.12.0
|
|
github.com/golang-migrate/migrate/v4 v4.18.2
|
|
github.com/gomarkdown/markdown v0.0.0-20250207164621-7a1f277a159e
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/minio/highwayhash v1.0.3
|
|
github.com/sethvargo/go-diceware v0.5.0
|
|
github.com/sethvargo/go-password v0.3.1
|
|
golang.org/x/crypto v0.36.0
|
|
maragu.dev/gomponents v1.1.0
|
|
maragu.dev/gomponents-htmx v0.6.1
|
|
)
|
|
|
|
require (
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|