This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
vigil/go.mod

10 lines
116 B
Modula-2
Raw Permalink Normal View History

2020-09-16 06:06:50 -07:00
module vigil
go 1.14
require (
github.com/imdario/mergo v0.3.11
gopkg.in/yaml.v2 v2.3.0
gosrc.io/xmpp v0.5.1
)