Skip to content

Commit 571f31c

Browse files
committed
go.mod: bump to Go 1.17
1 parent 15487a4 commit 571f31c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/github/git-sizer
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/cli/safeexec v1.0.0
@@ -10,3 +10,8 @@ require (
1010
go.uber.org/goleak v1.1.12
1111
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
1212
)
13+
14+
require (
15+
github.com/pmezard/go-difflib v1.0.0 // indirect
16+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
17+
)

0 commit comments

Comments
 (0)