aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-16 16:26:55 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-16 16:26:55 +0100
commitec67a610e3062d3e60891332f33ace4ad5a448bd (patch)
treedb4f271270c20419a620b91db4224bfeda083bf2 /go.mod
downloadeasybridge-ec67a610e3062d3e60891332f33ace4ad5a448bd.tar.gz
easybridge-ec67a610e3062d3e60891332f33ace4ad5a448bd.zip
First commit with working stub of IRC bridge
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c032fe7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.deuxfleurs.fr/Deuxfleurs/easybridge
+
+go 1.13
+
+require github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7