summaryrefslogtreecommitdiff
path: root/vendor/github.com/vmihailenco/msgpack/v5/README.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-27 15:26:58 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-27 15:26:58 +0100
commit182b4eea73881c611a0f519576aa6ad2aa6799c2 (patch)
tree230fac469690fcee8797b13585e739be148d4789 /vendor/github.com/vmihailenco/msgpack/v5/README.md
parentRequire confirmed email when checking oauth token (#332) (diff)
downloadgotosocial-182b4eea73881c611a0f519576aa6ad2aa6799c2.tar.xz
Update dependencies (#333)
Diffstat (limited to 'vendor/github.com/vmihailenco/msgpack/v5/README.md')
-rw-r--r--vendor/github.com/vmihailenco/msgpack/v5/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/vendor/github.com/vmihailenco/msgpack/v5/README.md b/vendor/github.com/vmihailenco/msgpack/v5/README.md
index 99497fb97..66ad98b9c 100644
--- a/vendor/github.com/vmihailenco/msgpack/v5/README.md
+++ b/vendor/github.com/vmihailenco/msgpack/v5/README.md
@@ -13,6 +13,11 @@
- [Reference](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5)
- [Examples](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#pkg-examples)
+Other projects you may like:
+
+- [Bun](https://bun.uptrace.dev) - fast and simple SQL client for PostgreSQL, MySQL, and SQLite.
+- [BunRouter](https://bunrouter.uptrace.dev/) - fast and flexible HTTP router for Go.
+
## Features
- Primitives, arrays, maps, structs, time.Time and interface{}.
@@ -79,7 +84,3 @@ func ExampleMarshal() {
// Output: bar
}
```
-
-## See also
-
-- [Fast and flexible ORM for sql.DB](https://bun.uptrace.dev)