mirror of
https://github.com/quitesimpleorg/hs9001.git
synced 2024-11-14 18:17:51 +01:00
10 lines
133 B
Modula-2
10 lines
133 B
Modula-2
module hs9001
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/peterh/liner v1.2.1
|
|
github.com/tj/go-naturaldate v1.3.0
|
|
modernc.org/sqlite v1.10.0
|
|
)
|