aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2018-09-07 14:51:08 -0500
committerAdam Langley <agl@google.com>2018-09-17 21:04:17 +0000
commit0990a552eb983561e0ed2504cee404671ecd5759 (patch)
treeedfeb48831c11543abd1f6df8e538dcad2deb5ca /go.mod
parentb5e4a225e4102157ebf5c53ccdcb749ebe914797 (diff)
downloadboringssl-0990a552eb983561e0ed2504cee404671ecd5759.zip
boringssl-0990a552eb983561e0ed2504cee404671ecd5759.tar.gz
boringssl-0990a552eb983561e0ed2504cee404671ecd5759.tar.bz2
Set up Go modules.
This should make it easier for us to reuse Go code properly. util/fipstools is kind of a mess. runner has been using relative imports, but Go seems to prefer this mechanism these days. Update-Note: The import spelling in ssl/test/runner changes. Also we now require Go 1.11. Or you could clone us into GOPATH, but no one does that. Change-Id: I8bf91e1e0345b3d0b3d17f5c642fe78b415b7dde Reviewed-on: https://boringssl-review.googlesource.com/31884 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..09d36fb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1 @@
+module boringssl.googlesource.com/boringssl