Misc daily updates.
diff --git a/Projects.md b/Projects.md
index 12848e3..96ac517 100644
--- a/Projects.md
+++ b/Projects.md
@@ -1201,6 +1201,7 @@
* [rubex](https://github.com/moovweb/rubex) - A simple regular expression library that supports Ruby's regex syntax. It is faster than Regexp.
* [scanner](http://code.google.com/p/golang/source/browse/src/pkg/scanner) - A text scanner that parses primitive types, analogous to Java's
* [segment](https://github.com/llimllib/segment) - An implementation of Norvig's recursive word segmentation algorithm
+ * [sprig](https://github.com/Masterminds/sprig) - Template functions for Go templates.
* [strftime](https://bitbucket.org/tebeka/strftime) - strftime implementation
* [strogonoff](https://github.com/jbochi/strogonoff) - Stenography with Go
* [strutil](https://github.com/cznic/strutil) - Package strutil collects utils supplemental to the standard strings package.