Skip to content

Commit 5a11726

Browse files
committed
gopls: update go.mod for gopls/v0.2.1
Change-Id: Ie08ab35c483597e8f437f53e68102112c69cffb1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/206878 Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 08e2406 commit 5a11726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.11
55
require (
66
github.com/sergi/go-diff v1.0.0
77
github.com/stretchr/testify v1.4.0 // indirect
8-
golang.org/x/tools v0.0.0-20191108194844-46f05828f2fe
8+
golang.org/x/tools v0.0.0-20191112202413-08e24063958e
99
honnef.co/go/tools v0.0.1-2019.2.3
1010
)
1111

0 commit comments

Comments
 (0)