xref: /aosp_15_r20/external/licenseclassifier/go.mod (revision 46c4c49da23cae783fa41bf46525a6505638499a)
1*46c4c49dSIbrahim Kanouchemodule github.com/google/licenseclassifier
2*46c4c49dSIbrahim Kanouche
3*46c4c49dSIbrahim Kanouchego 1.16
4*46c4c49dSIbrahim Kanouche
5*46c4c49dSIbrahim Kanoucherequire (
6*46c4c49dSIbrahim Kanouche	github.com/google/go-cmp v0.5.2
7*46c4c49dSIbrahim Kanouche	github.com/google/licenseclassifier/v2 v2.0.0-alpha.1 // indirect
8*46c4c49dSIbrahim Kanouche	github.com/sergi/go-diff v1.1.0
9*46c4c49dSIbrahim Kanouche)
10