2023-04-14 10:59:37 +02:00
|
|
|
module git.defalsify.org/vise
|
2023-03-31 11:52:04 +02:00
|
|
|
|
|
|
|
go 1.20
|
2023-04-01 11:58:02 +02:00
|
|
|
|
2023-04-04 11:32:39 +02:00
|
|
|
require (
|
|
|
|
github.com/alecthomas/participle/v2 v2.0.0
|
2023-04-13 00:42:36 +02:00
|
|
|
github.com/fxamacker/cbor/v2 v2.4.0
|
2023-04-04 11:32:39 +02:00
|
|
|
github.com/peteole/testdata-loader v0.3.0
|
|
|
|
)
|
2023-04-13 00:42:36 +02:00
|
|
|
|
|
|
|
require github.com/x448/float16 v0.8.4 // indirect
|