summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-03-08 17:46:47 -0800
committerSteve Manuel <nilslice@gmail.com>2017-03-08 17:46:47 -0800
commit242c6212d173dae622b374d38a4fa2a640a4f4c6 (patch)
treea82c9c12d3c75f2ac908d77b0aa07f0199584d49 /README.md
parent53f87c86349098c4b91a88f5b0caed484926f07d (diff)
update credits with x/net/http2 and another badge to shoe release version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b9f2f2..cd4c1bb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
![My friend, "Gotoro"](ponzu-banner.png)
# Ponzu
+[![Current Release](https://img.shields.io/github/release/ponzu-cms/ponzu.svg)](https://github.com/ponzu-cms/ponzu/releases/latest)
[![Sourcegraph Badge](https://sourcegraph.com/github.com/ponzu-cms/ponzu/-/badge.svg)](https://sourcegraph.com/github.com/ponzu-cms/ponzu?badge)
Ponzu is a powerful and efficient open-source HTTP server framework and CMS. It
@@ -272,6 +273,7 @@ $ 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)
+- [golang.org/x/net/http2](https://golang.org/x/net/http2)
- [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)