We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15487a4 commit 571f31cCopy full SHA for 571f31c
go.mod
@@ -1,6 +1,6 @@
1
module github.com/github/git-sizer
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/cli/safeexec v1.0.0
@@ -10,3 +10,8 @@ require (
10
go.uber.org/goleak v1.1.12
11
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
12
)
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