Skip to content

Commit 3900894

Browse files
committed
go.mod: go mod tidy -go=1.18
Change-Id: I84b6fff2c39536bbd5241f31efde5cecbbfb5fc6 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/549246 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent d6fb202 commit 3900894

File tree

2 files changed

+25
-796
lines changed

2 files changed

+25
-796
lines changed

go.mod

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
module github.com/golang/vscode-go
22

3-
go 1.16
3+
go 1.18
44

55
require (
66
github.com/google/go-cmp v0.5.9
77
github.com/stamblerre/work-stats v0.0.0-20221215212512-f2f2cf51e506
88
golang.org/x/build v0.0.0-20230221151429-f03e733dd241
99
)
10+
11+
require (
12+
cloud.google.com/go/compute v1.5.0 // indirect
13+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
14+
github.com/golang/protobuf v1.5.2 // indirect
15+
github.com/google/go-github v17.0.0+incompatible // indirect
16+
github.com/google/go-querystring v1.1.0 // indirect
17+
github.com/googleapis/gax-go/v2 v2.2.0 // indirect
18+
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
19+
github.com/stamblerre/sheets v0.0.0-20220322044539-54bdb620f700 // indirect
20+
go.opencensus.io v0.23.0 // indirect
21+
go4.org v0.0.0-20180809161055-417644f6feb5 // indirect
22+
golang.org/x/net v0.1.0 // indirect
23+
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect
24+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
25+
golang.org/x/sys v0.1.0 // indirect
26+
golang.org/x/text v0.4.0 // indirect
27+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
28+
google.golang.org/api v0.73.0 // indirect
29+
google.golang.org/appengine v1.6.7 // indirect
30+
google.golang.org/genproto v0.0.0-20220322021311-435b647f9ef2 // indirect
31+
google.golang.org/grpc v1.45.0 // indirect
32+
google.golang.org/protobuf v1.27.1 // indirect
33+
)

0 commit comments

Comments
 (0)