13 lines
253 B
Modula-2
13 lines
253 B
Modula-2
module tonnage-app-imco
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/mattn/go-sqlite3 v1.14.42
|
|
github.com/robinson/gos7 v0.0.0-20241205073040-7ea1d6fb9d20
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.13.0 // indirect
|