-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module previous
go 1.24.1
require (
codeberg.org/derat/validate v0.0.0-20241226124521-508a0f84f23d
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/golang-migrate/migrate/v4 v4.18.2
github.com/gomarkdown/markdown v0.0.0-20250207164621-7a1f277a159e
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
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/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.5.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // 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
)