Skip to content

Commit

Permalink
Bump project to Golang 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Jun 7, 2022
1 parent cce2bfe commit e6bc958
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module github.com/kunwardeep/paralleltest

go 1.14
go 1.17

require golang.org/x/tools v0.1.10

require (
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
3 changes: 0 additions & 3 deletions vendor/golang.org/x/xerrors/go.mod

This file was deleted.

5 changes: 4 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
## explicit; go 1.17
golang.org/x/mod/semver
# golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
## explicit; go 1.17
golang.org/x/sys/execabs
# golang.org/x/tools v0.1.10
## explicit
## explicit; go 1.17
golang.org/x/tools/go/analysis
golang.org/x/tools/go/analysis/analysistest
golang.org/x/tools/go/analysis/internal/analysisflags
Expand Down Expand Up @@ -35,5 +37,6 @@ golang.org/x/tools/internal/typeparams
golang.org/x/tools/internal/typesinternal
golang.org/x/tools/txtar
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
## explicit; go 1.11
golang.org/x/xerrors
golang.org/x/xerrors/internal

0 comments on commit e6bc958

Please sign in to comment.