diff options
author | 2019-10-11 09:51:43 -0700 | |
---|---|---|
committer | 2019-10-11 09:51:43 -0700 | |
commit | 5188e23903dfa5147e7826ce662ed95b9f4ae99b (patch) | |
tree | 73e28be4c08f8de1e2d5649c788ee6fcdfc08473 /go.mod | |
parent | 583a226c0ed2c543f91459a0ce724f46bceb2614 (diff) |
Add go directive to indicate go version number.
Test: go vet ./...
Change-Id: I815bec9cba04f6c171f0ef5a3a909c4f5f28f6c2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/google/blueprint v0.0.0 => ../blueprint + +go 1.13 |