Permalink
Cannot retrieve contributors at this time
17 lines (14 sloc)
413 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module github.com/github/git-sizer | |
| go 1.17 | |
| require ( | |
| github.com/cli/safeexec v1.0.0 | |
| github.com/davecgh/go-spew v1.1.1 // indirect | |
| github.com/spf13/pflag v1.0.5 | |
| github.com/stretchr/testify v1.7.0 | |
| go.uber.org/goleak v1.1.12 | |
| golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | |
| ) | |
| require ( | |
| github.com/pmezard/go-difflib v1.0.0 // indirect | |
| gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect | |
| ) |