1module github.com/google/go-github/update-urls
2
3go 1.16
4
5require (
6	github.com/google/go-cmp v0.5.6
7	github.com/pmezard/go-difflib v1.0.0
8)
9