mattn / jedie

Static site generator written in golang
http://mattn.github.io/jedie/
MIT License
128 stars 10 forks source link

new import for yaml #9

Closed freeeve closed 10 years ago

freeeve commented 10 years ago

can't build with the old yaml import now:

(master ✗) wes-macbook:wes-jedie go get -u github.com/mattn/jedie
# github.com/go-yaml/go-yaml-v1
../gocode/src/github.com/go-yaml/go-yaml-v1/error.go:4: "ERROR: the correct import path is gopkg.in/yaml.v1 ... " evaluated but not used
mattn commented 10 years ago

Thank you