Fix #59 parse to object
Showing
... | ... | @@ -59,14 +59,12 @@ require ( |
go.opencensus.io v0.19.0 // indirect | ||
go4.org v0.0.0-20181109185143-00e24f1b2599 // indirect | ||
golang.org/x/build v0.0.0-20190205194203-d0914bad8ebc // indirect | ||
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect | ||
golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2 // indirect | ||
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a | ||
golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1 // indirect | ||
golang.org/x/perf v0.0.0-20190124201629-844a5f5b46f4 // indirect | ||
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 // indirect | ||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 | ||
golang.org/x/tools v0.0.0-20190212213038-49fb246514cc // indirect | ||
golang.org/x/tools v0.0.0-20190330180304-aef51cc3777c // indirect | ||
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect | ||
google.golang.org/grpc v1.18.0 | ||
honnef.co/go/tools v0.0.0-20190128043916-71123fcbb8fe // indirect | ||
... | ... |
Please register or sign in to comment