This website requires JavaScript.
Explore
Help
Sign In
kris
/
boringssl
Watch
1
Star
0
Fork
0
You've already forked boringssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
1fa5abc0b4
boringssl
/
go.mod
4 lines
53 B
Modula-2
Raw
Normal View
History
Unescape
Escape
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>
2018-09-07 20:51:08 +01:00
module
boringssl
.
googlesource
.
com
/
boringssl
Add go 1.11 to go.mod. Go 1.12 really wants to record a version in go.mod if there is no version in there. 1.12 is not yet released, so stick 1.11 in there for now. We'll bump it to 1.12 and so on as we update our minimum versions. Change-Id: I79ac85837149ab7cadd2f23acd8ab2d207a1a355 Reviewed-on: https://boringssl-review.googlesource.com/c/34924 Reviewed-by: Adam Langley <agl@google.com>
2019-02-21 00:21:34 +00:00
go
1.11
Reference in New Issue
Copy Permalink