1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00

module: use go1.13

This commit is contained in:
Koichi Shiraishi 2019-09-05 21:13:37 +09:00
parent eb80a3a0a0
commit f6be1fff45
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/go-language-server/uri
go 1.12
go 1.13
require (
github.com/google/go-cmp v0.3.1