Files
goirsdk/go.mod
T
esilva 2bc756a2f0 Rolled back some stuff here like the package stuff
This will add support to view live data
2024-10-27 22:48:32 +00:00

9 lines
92 B
AMPL

module ibtReader
go 1.23.2
require (
golang.org/x/sys v0.26.0
gopkg.in/yaml.v3 v3.0.1
)