Add go directive to indicate go version number.
Test: go vet ./... Change-Id: I815bec9cba04f6c171f0ef5a3a909c4f5f28f6c2
This commit is contained in:
parent
583a226c0e
commit
5188e23903
2
go.mod
2
go.mod
|
@ -7,3 +7,5 @@ require github.com/google/blueprint v0.0.0
|
||||||
replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
|
replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf
|
||||||
|
|
||||||
replace github.com/google/blueprint v0.0.0 => ../blueprint
|
replace github.com/google/blueprint v0.0.0 => ../blueprint
|
||||||
|
|
||||||
|
go 1.13
|
||||||
|
|
Loading…
Reference in New Issue