Skip to content

Commit 23e62d3

Browse files
committed
[gopls-release-branch.0.3] gopls: update go.mod for gopls/v0.3.3
Change-Id: Iffb07f3815ba6829633fb4e845336d83ff6d33e1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/221386 Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 6862ede commit 23e62d3

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-20200212213342-7a21e308cf6c
8+
golang.org/x/tools v0.0.0-20200227200655-6862ededa516
99
honnef.co/go/tools v0.0.1-2020.1.3
1010
mvdan.cc/xurls/v2 v2.1.0
1111
)

0 commit comments

Comments
 (0)