1
0
Mirror von https://github.com/quitesimpleorg/hs9001.git synchronisiert 2024-06-13 11:36:03 +02:00
hs9001/go.mod

10 Zeilen
133 B
Modula-2

2021-03-20 20:18:27 +01:00
module hs9001
go 1.16
2021-04-05 14:00:51 +02:00
require (
2021-06-05 17:41:58 +02:00
github.com/peterh/liner v1.2.1
2021-04-05 14:00:51 +02:00
github.com/tj/go-naturaldate v1.3.0
modernc.org/sqlite v1.10.0
)