xref: /aosp_15_r20/art/build/go.mod (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1module art
2
3go 1.19
4
5require (
6	github.com/google/blueprint v0.0.0
7	android/soong v0.0.0
8)
9