reaction/go.mod

8 lines
81 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
go 1.19
2023-03-23 21:14:53 +01:00
2023-04-11 13:01:02 +02:00
require (
2023-07-12 17:45:16 +02:00
gopkg.in/yaml.v3 v3.0.1
2023-04-11 13:01:02 +02:00
)