Add GopherJS protobuf and gRPC links

Add a link to my third party protobuf/gRPC implementation for GopherJS.
diff --git a/docs/third_party.md b/docs/third_party.md
index 5d2695d..72120d3 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -42,6 +42,7 @@
 * Go: https://github.com/golang/protobuf (Google-official implementation)
 * Go: https://github.com/akunspy/gopbuf
 * Go: https://github.com/gogo/protobuf
+* GopherJS: https://github.com/johanbrandhorst/protobuf
 * Haskell: http://hackage.haskell.org/package/hprotoc
 * Haxe: https://github.com/Atry/protoc-gen-haxe
 * Java: https://github.com/google/protobuf (Google-official implementation)
@@ -119,6 +120,7 @@
 * https://github.com/madwyn/libpbrpc (C++)
 * https://github.com/SeriousMa/grpc-protobuf-validation (Java)
 * https://github.com/tony612/grpc-elixir (Elixir)
+* https://github.com/johanbrandhorst/protobuf (GopherJS)
 
 ## Other Utilities