aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorjloup <jloup@jloup.work>2018-05-16 12:30:58 +0200
committerjloup <jloup@jloup.work>2018-05-16 12:33:27 +0200
commitb718a3fc019f75fb175107329652d1db8a35a562 (patch)
tree67880be88e17537e6384fc020ef4c91ba3502eae /Gopkg.toml
parentaa6fe2443b7b7fd6fc4e1540c0d891ee663b5ca0 (diff)
downloadFront-b718a3fc019f75fb175107329652d1db8a35a562.tar.gz
Front-b718a3fc019f75fb175107329652d1db8a35a562.tar.zst
Front-b718a3fc019f75fb175107329652d1db8a35a562.zip
Attempt to log to systemd.
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 31e55bd..8e8c331 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -80,3 +80,7 @@
80[[constraint]] 80[[constraint]]
81 name = "github.com/matcornic/hermes" 81 name = "github.com/matcornic/hermes"
82 version = "1.1.1" 82 version = "1.1.1"
83
84[[constraint]]
85 branch = "pin_dependency"
86 name = "github.com/wercker/journalhook"