aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2019-10-19 15:45:18 -0600
committerCody Hiar <cody@hiar.ca>2019-10-19 15:45:18 -0600
commita76193c684a9ad4f907038172d7bb33694c41a9e (patch)
treeb810f7b62fd0673449669a6ca5d006d185425121 /go.mod
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ee9f086
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module incantation
+
+go 1.12
+
+require (
+ github.com/BurntSushi/toml v0.3.1
+ github.com/sirupsen/logrus v1.4.2
+)