| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-29 | vendor: Update to latest versions | Joseph Richey | |
| This changes the vendored sources of github.com/golang/protobuf, golang.org/x/crypto/ssh, and golang.org/x/sys/unix to be the current master versions. | |||
| 2017-05-02 | vendor: adding in golang/protobuf libraries | Joe Richey joerichey@google.com | |
| This commit adds in the two protocol buffer libraries for Go. The github.com/golang/protobuf/proto package will let Go code read and write protocol buffers. The github.com/golang/protobuf/jsonpb package lets Go code output a JSON representation of protocol buffers. These packages are stored in the vendor directory, meaning that they will be imported instead of any installed system packages. Change-Id: I8da8d15864f03a9b3f767a6af18795c8eca64844 | |||