diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-21 14:31:12 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-21 14:31:12 +0100 |
commit | 0a75342d34948296c7745c425e9c6ada6385d49a (patch) | |
tree | d9dfe19c0b50daec0f307e456322aef9474f722b /spooler.go | |
parent | bc495e28f8e622cab87a26cc25c7b5e8aa2c8daa (diff) |
corrected dependency
Diffstat (limited to 'spooler.go')
-rw-r--r-- | spooler.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package main import ( "fmt" "github.com/fsnotify/fsnotify" - "github.com/go-yaml/yaml" + "gopkg.in/yaml.v2" "io/ioutil" "log" "os" |