40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module maxwarden
|
|
|
|
go 1.23.0
|
|
|
|
require golang.org/x/crypto v0.31.0
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/caarlos0/env/v11 v11.3.1
|
|
github.com/go-co-op/gocron/v2 v2.15.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-20241105142532-d03b89096d81
|
|
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
|
|
maragu.dev/gomponents v1.0.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/google/uuid v1.6.0 // 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.4.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.7.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|