go-vise

Constrained Size Output Virtual Machine
Info | Log | Files | Refs | README | LICENSE

go.mod (298B)


      1 module git.defalsify.org/vise.git
      2 
      3 go 1.20
      4 
      5 require (
      6 	github.com/alecthomas/participle/v2 v2.0.0
      7 	github.com/barbashov/iso639-3 v0.0.0-20211020172741-1f4ffb2d8d1c
      8 	github.com/fxamacker/cbor/v2 v2.4.0
      9 	github.com/peteole/testdata-loader v0.3.0
     10 )
     11 
     12 require github.com/x448/float16 v0.8.4 // indirect