mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
10 lines
164 B
Modula-2
10 lines
164 B
Modula-2
module framagit.org/ppom/reaction
|
|
|
|
go 1.21
|
|
|
|
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
|