add go-syslog to go.mod/go.sum

This commit is contained in:
Arceliar 2019-06-29 12:33:00 -05:00
parent 8ecf99d8a9
commit ca1f2bb0a2
2 changed files with 3 additions and 0 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
require (
github.com/docker/libcontainer v2.2.1+incompatible
github.com/gologme/log v0.0.0-20181207131047-4e5d8ccb38e8
github.com/hashicorp/go-syslog v1.0.0
github.com/hjson/hjson-go v0.0.0-20181010104306-a25ecf6bd222
github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0
github.com/mitchellh/mapstructure v1.1.2