diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-08-19 21:14:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-19 21:14:52 -0600 |
commit | 52226ad2351dd2d3bd4191c1d9cb7cc43939a8d7 (patch) | |
tree | 894ce306d79dbfd6d950d8bac852d1350d2b6e04 /README.md | |
parent | 83d740d8437d6cd55ad5ac8e3a293221c24260df (diff) |
admin richtext updates, uuid package migration (#269)
* update CI code to run --dev if on ponzu-dev branch
* CI: ensure we have latest from ponzu-dev branch
* Replaced satori/go.uuid with gofrs/uuid. (#268)
* Changed files to use new uuid pkg.
* Replace satori/go.uuid with gofrs/uuid. Closes #257.
* Deleted satori/go.uuid folder. Closes #257.
* Added heading styles and table to richtext toolbar. (#267)
Closes #207.
* Override Cobra's 'help' command to remove duplicate. (#266)
Closes #206.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,7 +304,7 @@ $ ponzu new --dev --fork=github.com/nilslice/ponzu /path/to/new/project - [github.com/nilslice/jwt](https://github.com/nilslice/jwt) - [github.com/nilslice/email](https://github.com/nilslice/email) - [github.com/gorilla/schema](https://github.com/gorilla/schema) -- [github.com/satori/go.uuid](https://github.com/satori/go.uuid) +- [github.com/gofrs/uuid](https://github.com/gofrs/uuid) - [github.com/tidwall/gjson](https://github.com/tidwall/gjson) - [github.com/tidwall/sjson](https://github.com/tidwall/sjson) - [github.com/boltdb/bolt](https://github.com/boltdb/bolt) |