Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee74203b authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Add go.mod file for go1.11

With this and go1.11beta2, the standard go tools can be used in
build/soong without creating a $GOPATH using something like
setup_go_workspace_for_soong.

Test: go vet android/soong/...
Change-Id: I3c69499b010c8f7f64666208efead4ddb3584b3c
parent 0183b2cf
Loading
Loading
Loading
Loading

go.mod

0 → 100644
+9 −0
Original line number Diff line number Diff line
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