summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
author Jaewoong Jung <jungjw@google.com> 2019-10-11 09:51:43 -0700
committer Jaewoong Jung <jungjw@google.com> 2019-10-11 09:51:43 -0700
commit5188e23903dfa5147e7826ce662ed95b9f4ae99b (patch)
tree73e28be4c08f8de1e2d5649c788ee6fcdfc08473 /go.mod
parent583a226c0ed2c543f91459a0ce724f46bceb2614 (diff)
Add go directive to indicate go version number.
Test: go vet ./... Change-Id: I815bec9cba04f6c171f0ef5a3a909c4f5f28f6c2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index cc328e0f8..1483a3180 100644
--- a/go.mod
+++ b/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/google/blueprint v0.0.0 => ../blueprint
+
+go 1.13