1
0
Mirror von https://github.com/quitesimpleorg/hs9001.git synchronisiert 2024-06-13 22:56:03 +02:00
hs9001/go.mod
lawl 6e4ed9a1cd Implement bash CTRL-R reverse history
Fork customized liner into own repo bash.
Rename -being and -end options to -after and -before.
2021-08-08 11:37:48 +02:00

10 Zeilen
140 B
Modula-2

module hs9001
go 1.16
require (
github.com/mattn/go-runewidth v0.0.13
github.com/tj/go-naturaldate v1.3.0
modernc.org/sqlite v1.10.0
)