rastrillo / aviso Public

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

Plain git — no account needed to clone.

Download

Download this file

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