batch/batch.go
0 → 100644
+42
−0
batch/crontab
0 → 100644
+2
−0
+2
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -6,8 +6,10 @@ require ( | ||
github.com/adrg/xdg v0.5.3
|
||
github.com/chzyer/readline v1.5.1
|
||
github.com/davecgh/go-spew v1.1.1
|
||
github.com/gdamore/tcell/v2 v2.7.1
|
||
github.com/golang-migrate/migrate/v4 v4.18.3
|
||
github.com/jmoiron/sqlx v1.4.0
|
||
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026
|
||
github.com/urfave/cli/v3 v3.3.2
|
||
modernc.org/sqlite v1.37.0
|
||
)
|
||
| @@ -15,7 +17,6 @@ require ( | ||
require (
|
||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||
github.com/gdamore/encoding v1.0.0 // indirect
|
||
github.com/gdamore/tcell/v2 v2.7.1 // indirect
|
||
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
|
||
github.com/google/uuid v1.6.0 // indirect
|
||
github.com/hashicorp/errwrap v1.1.0 // indirect
|
||
| @@ -26,7 +27,6 @@ require ( | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
||
github.com/ncruces/go-strftime v0.1.9 // indirect
|
||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026 // indirect
|
||
github.com/rivo/uniseg v0.4.7 // indirect
|
||
go.uber.org/atomic v1.11.0 // indirect
|
||
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
||
+14
−6
Loading