Skip to content

Commit

Permalink
go mod tidy -go=1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 21, 2021
1 parent bf9a88a commit d16f527
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module github.com/mattn/goveralls

go 1.11
go 1.17

require (
golang.org/x/mod v0.4.2
golang.org/x/tools v0.1.1
)

require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

0 comments on commit d16f527

Please sign in to comment.