dc/arista-proxy: fix by using github.com/q3k/cursedjson

Change-Id: Id9657a30af8c16afe4ddde7e2ac04f4508a2fd18
diff --git a/WORKSPACE b/WORKSPACE
index a1b2b2c..cabd7d7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -296,12 +296,6 @@
 )
 
 go_repository(
-    name = "com_github_ybbus_jsonrpc",
-    commit = "94088458a1e880219bd312fc0ccb8548993ebf80",
-    importpath = "github.com/ybbus/jsonrpc",
-)
-
-go_repository(
     name = "com_github_digitalocean_go_netbox",
     commit = "29433ec527e78486ea0a5758817ab672d977f90e",
     importpath = "github.com/digitalocean/go-netbox",
@@ -712,3 +706,15 @@
     commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
     importpath = "gopkg.in/asn1-ber.v1",
 )
+
+go_repository(
+    name = "com_github_q3k_cursedjsonrpc",
+    commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
+    importpath = "github.com/q3k/cursedjsonrpc",
+)
+
+go_repository(
+    name = "com_github_q3k_cursedjson",
+    commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
+    importpath = "github.com/q3k/cursedjson",
+)