mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
8 lines
122 B
Modula-2
8 lines
122 B
Modula-2
module reaction
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bmatsuo/lmdb-go v1.8.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|