https://git.jolheiser.com/ffjsonnet.git
1 2 3 4 5 6 7 8 9 10 11 12 13
module go.jolheiser.com/ffjsonnet go 1.22.3 require ( github.com/google/go-jsonnet v0.20.0 github.com/peterbourgon/ff/v3 v3.4.0 ) require ( gopkg.in/yaml.v2 v2.4.0 // indirect sigs.k8s.io/yaml v1.1.0 // indirect )