Skip to content

Commit c337991

Browse files
committed
gopls: update go.mod
Change-Id: Ie609d35bed68042c6853f37e0f645ca6fa016fed Reviewed-on: https://go-review.googlesource.com/c/tools/+/205167 Reviewed-by: Ian Cottrell <[email protected]>
1 parent 6b7c818 commit c337991

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-20191017151554-a3bc800455d5
8+
golang.org/x/tools v0.0.0-20191104232314-dc038396d1f0
99
honnef.co/go/tools v0.0.1-2019.2.3
1010
)
1111

0 commit comments

Comments
 (0)