Skip to content

Commit e6bc958

Browse files
Bump project to Golang 1.17
1 parent cce2bfe commit e6bc958

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

go.mod

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
module github.com/kunwardeep/paralleltest
22

3-
go 1.14
3+
go 1.17
44

55
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+
)

vendor/golang.org/x/xerrors/go.mod

-3
This file was deleted.

vendor/modules.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
2+
## explicit; go 1.17
23
golang.org/x/mod/semver
34
# golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
5+
## explicit; go 1.17
46
golang.org/x/sys/execabs
57
# golang.org/x/tools v0.1.10
6-
## explicit
8+
## explicit; go 1.17
79
golang.org/x/tools/go/analysis
810
golang.org/x/tools/go/analysis/analysistest
911
golang.org/x/tools/go/analysis/internal/analysisflags
@@ -35,5 +37,6 @@ golang.org/x/tools/internal/typeparams
3537
golang.org/x/tools/internal/typesinternal
3638
golang.org/x/tools/txtar
3739
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
40+
## explicit; go 1.11
3841
golang.org/x/xerrors
3942
golang.org/x/xerrors/internal

0 commit comments

Comments
 (0)