File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/kunwardeep/paralleltest
2
2
3
- go 1.14
3
+ go 1.17
4
4
5
5
require golang.org/x/tools v0.1.10
6
+
7
+ require (
8
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
9
+ golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
10
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
11
+ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
2
+ ## explicit; go 1.17
2
3
golang.org/x/mod/semver
3
4
# golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
5
+ ## explicit; go 1.17
4
6
golang.org/x/sys/execabs
5
7
# golang.org/x/tools v0.1.10
6
- ## explicit
8
+ ## explicit; go 1.17
7
9
golang.org/x/tools/go/analysis
8
10
golang.org/x/tools/go/analysis/analysistest
9
11
golang.org/x/tools/go/analysis/internal/analysisflags
@@ -35,5 +37,6 @@ golang.org/x/tools/internal/typeparams
35
37
golang.org/x/tools/internal/typesinternal
36
38
golang.org/x/tools/txtar
37
39
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
40
+ ## explicit; go 1.11
38
41
golang.org/x/xerrors
39
42
golang.org/x/xerrors/internal
You can’t perform that action at this time.
0 commit comments