mirror of https://git.jolheiser.com/ffdhall.git
14 lines
278 B
Modula-2
14 lines
278 B
Modula-2
|
module go.jolheiser.com/ffdhall
|
||
|
|
||
|
go 1.22.3
|
||
|
|
||
|
require (
|
||
|
github.com/peterbourgon/ff/v3 v3.4.0
|
||
|
github.com/philandstuff/dhall-golang/v6 v6.0.2
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/fxamacker/cbor/v2 v2.2.1-0.20200511212021-28e39be4a84f // indirect
|
||
|
github.com/x448/float16 v0.8.4 // indirect
|
||
|
)
|