1module dawn.googlesource.com/tint/tools/src 2 3go 1.16 4 5require ( 6 github.com/andygrunwald/go-gerrit v0.0.0-20210709065208-9d38b0be0268 7 github.com/fatih/color v1.10.0 8 github.com/go-git/go-git/v5 v5.4.2 9 github.com/sergi/go-diff v1.2.0 10 golang.org/x/net v0.0.0-20210614182718-04defd469f4e 11) 12