mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
- jsonnet, json and yaml support for configuration - json and yaml support for output formats fix #40 fix #27
10 lines
164 B
Modula-2
10 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
|