Skip to content

Commit d28a29c

Browse files
committed
go.mod: update dependencies
Change-Id: I1d34e0bb7bd512d3872badc323262c4bdc144f17 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/469919 TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
1 parent a0f2369 commit d28a29c

File tree

2 files changed

+230
-39
lines changed

2 files changed

+230
-39
lines changed

go.mod

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ module github.com/golang/vscode-go
33
go 1.16
44

55
require (
6-
github.com/google/go-cmp v0.5.7
7-
github.com/stamblerre/work-stats v0.0.0-20211013195910-92098c96a21a
8-
golang.org/x/build v0.0.0-20211222221018-ee978b38c739
9-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
10-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
11-
golang.org/x/text v0.3.7 // indirect
6+
github.com/google/go-cmp v0.5.9
7+
github.com/stamblerre/work-stats v0.0.0-20221215212512-f2f2cf51e506
8+
golang.org/x/build v0.0.0-20230221151429-f03e733dd241
129
)

0 commit comments

Comments
 (0)