diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -67,9 +67,10 @@ $ ponzu --dev --fork=github.com/nilslice/ponzu new /path/to/new/project - [golang.org/x/text/unicode/norm](https://golang.org/x/text/unicode/norm) - [golang.org/x/text/transform](https://golang.org/x/text/transform) - [golang.org/x/crypto/bcrypt](https://golang.org/x/crypto/bcrypt) -- [github.com/gorilla/schema](https://github.com/gorilla/schema) -- [github.com/nilslice/rand](https://github.com/nilslice/rand) - [github.com/nilslice/jwt](https://github.com/nilslice/jwt) +- [github.com/nilslice/rand](https://github.com/nilslice/rand) +- [github.com/gorilla/schema](https://github.com/gorilla/schema) +- [github.com/satori/go.uuid](https://github.com/satori/go.uuid) - [github.com/boltdb/bolt](https://github.com/boltdb/bolt) - [github.com/sluu99/um](https://github.com/sluu99/um) - [Materialnote Editor](http://www.web-forge.info/projects/materialNote) |