reaction/go.mod

12 lines
217 B
Modula-2
Raw Normal View History

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 (
github.com/google/go-jsonnet v0.20.0
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
sigs.k8s.io/yaml v1.1.0
2023-04-11 13:01:02 +02:00
)
require gopkg.in/yaml.v2 v2.4.0 // indirect