From 3336fd93ef01695a3e3e1590cbfba3295729b27d Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 4 Sep 2014 19:46:13 -0700 Subject: [PATCH] Remove bitbucket.org/zombiezen/yaml package. Package has been last updated in early 2013. The description says it implements a YAML 1.2 parser, but as we've learned at https://github.com/shurcooL/markdownfmt/issues/11#issuecomment-54249637, it has high level parsing functionality completely unimplemented and marked as TODO. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c02253e..d828376 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). - * [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go. * Utility * [govalidator](https://github.com/asaskevich/govalidator) - package of string validators and sanitizers for Go lang.