Add go.mod file for go1.11

am: ee74203bfb

Change-Id: Iced38c29d075449927d72d104c46c75d7b20613e
This commit is contained in:
Dan Willemsen
2018-07-22 23:23:52 -07:00
committed by android-build-merger

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module android/soong
require github.com/golang/protobuf v0.0.0
require github.com/google/blueprint v0.0.0
replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
replace github.com/google/blueprint v0.0.0 => ../blueprint