12 lines
228 B
Modula-2
12 lines
228 B
Modula-2
module git.defalsify.org/vise
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/alecthomas/participle/v2 v2.0.0
|
|
github.com/fxamacker/cbor/v2 v2.4.0
|
|
github.com/peteole/testdata-loader v0.3.0
|
|
)
|
|
|
|
require github.com/x448/float16 v0.8.4 // indirect
|