Home

ffhujson @main - refs - log -
-
https://git.jolheiser.com/ffhujson.git
hujson parser for peterbourgon/ff
ffhujson / go.mod
- raw
1
2
3
4
5
6
7
8
module go.jolheiser.com/ffhujson

go 1.22.3

require (
	github.com/peterbourgon/ff/v3 v3.4.0
	github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
)