We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f2369 commit d28a29cCopy full SHA for d28a29c
go.mod
@@ -3,10 +3,7 @@ module github.com/golang/vscode-go
3
go 1.16
4
5
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
+ github.com/google/go-cmp v0.5.9
+ github.com/stamblerre/work-stats v0.0.0-20221215212512-f2f2cf51e506
+ golang.org/x/build v0.0.0-20230221151429-f03e733dd241
12
)
0 commit comments