1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00

support for go 1.12+ (#30)

This commit is contained in:
s3rj1k 2019-11-03 22:56:29 +02:00 committed by Unknwon
parent 0f50d0d83e
commit 76d435e06e

2
go.mod
View file

@ -1,5 +1,5 @@
module github.com/sourcegraph/jsonrpc2 module github.com/sourcegraph/jsonrpc2
go 1.13 go 1.12
require github.com/gorilla/websocket v1.4.1 require github.com/gorilla/websocket v1.4.1