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:
parent
0f50d0d83e
commit
76d435e06e
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,5 +1,5 @@
|
|||
module github.com/sourcegraph/jsonrpc2
|
||||
|
||||
go 1.13
|
||||
go 1.12
|
||||
|
||||
require github.com/gorilla/websocket v1.4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue