rastrillo / aviso Public

Clone
git clone https://amadan.net/rastrillo/aviso

Plain git — no account needed to clone.

Download

Download this file

1module amadan.net/rastrillo/aviso
2
3go 1.25.0
4
5require (
6 amadan.net/rastrillo/rastrillo v0.26.0
7 github.com/SherClockHolmes/webpush-go v1.4.0
8 github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327
9 github.com/chromedp/chromedp v0.14.2
10)
11
12require (
13 github.com/chromedp/sysutil v1.1.0 // indirect
14 github.com/dustin/go-humanize v1.0.1 // indirect
15 github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect
16 github.com/gobwas/httphead v0.1.0 // indirect
17 github.com/gobwas/pool v0.2.1 // indirect
18 github.com/gobwas/ws v1.4.0 // indirect
19 github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
20 github.com/google/uuid v1.6.0 // indirect
21 github.com/jinzhu/inflection v1.0.0 // indirect
22 github.com/jinzhu/now v1.1.5 // indirect
23 github.com/mattn/go-isatty v0.0.20 // indirect
24 github.com/ncruces/go-strftime v1.0.0 // indirect
25 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
26 golang.org/x/crypto v0.31.0 // indirect
27 golang.org/x/sys v0.46.0 // indirect
28 golang.org/x/text v0.21.0 // indirect
29 gorm.io/gorm v1.31.2 // indirect
30 gorm.io/plugin/dbresolver v1.6.2 // indirect
31 modernc.org/libc v1.74.1 // indirect
32 modernc.org/mathutil v1.7.1 // indirect
33 modernc.org/memory v1.11.0 // indirect
34 modernc.org/sqlite v1.55.0 // indirect
35)
36