+11
−0
+72
−4
+8
−4
+17
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -3,7 +3,21 @@ module git.lyda.ie/kevin/bulletin | ||
go 1.24.2
|
||
require (
|
||
github.com/chzyer/readline v1.5.1 // indirect
|
||
github.com/urfave/cli/v3 v3.3.2 // indirect
|
||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
||
github.com/adrg/xdg v0.5.3
|
||
github.com/chzyer/readline v1.5.1
|
||
github.com/urfave/cli/v3 v3.3.2
|
||
modernc.org/sqlite v1.37.0
|
||
)
|
||
require (
|
||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||
github.com/google/uuid v1.6.0 // indirect
|
||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||
github.com/ncruces/go-strftime v0.1.9 // indirect
|
||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
||
golang.org/x/sys v0.33.0 // indirect
|
||
modernc.org/libc v1.65.0 // indirect
|
||
modernc.org/mathutil v1.7.1 // indirect
|
||
modernc.org/memory v1.10.0 // indirect
|
||
) |
||
+25
−0
Loading