2023-05-05 12:43:57 +02:00
|
|
|
module framagit.org/ppom/reaction
|
2023-03-19 23:10:18 +01:00
|
|
|
|
2023-11-21 12:00:00 +01:00
|
|
|
go 1.20
|
2023-03-23 21:14:53 +01:00
|
|
|
|
2023-04-11 13:01:02 +02:00
|
|
|
require (
|
2023-10-04 12:00:00 +02:00
|
|
|
github.com/google/go-jsonnet v0.20.0
|
2024-02-24 11:01:50 +01:00
|
|
|
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
|
2023-10-04 12:00:00 +02:00
|
|
|
sigs.k8s.io/yaml v1.1.0
|
2023-04-11 13:01:02 +02:00
|
|
|
)
|
2023-10-04 12:00:00 +02:00
|
|
|
|
|
|
|
require gopkg.in/yaml.v2 v2.4.0 // indirect
|