e56b851d15
- jsonnet, json and yaml support for configuration - json and yaml support for output formats fix #40 fix #27
11 lines
164 B
Modula-2
11 lines
164 B
Modula-2
module framagit.org/ppom/reaction
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/go-jsonnet v0.20.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
require gopkg.in/yaml.v2 v2.4.0 // indirect
|