<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fscrypt.git/vendor, branch v0.2.4</title>
<subtitle>Go tool for managing Linux filesystem encryption
</subtitle>
<id>https://git.hodgden.net/cgit.cgi/fscrypt.git/atom?h=v0.2.4</id>
<link rel='self' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/atom?h=v0.2.4'/>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/'/>
<updated>2018-02-12T04:39:12Z</updated>
<entry>
<title>golint: Use fork that respects vendor directory</title>
<updated>2018-02-12T04:39:12Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=734f50d8fcb4df4cf611e774123b835f9fc5666b'/>
<id>urn:sha1:734f50d8fcb4df4cf611e774123b835f9fc5666b</id>
<content type='text'>
Ideally, we would just use "golint ./..." to check all our our source
files for lint error. However, this does not work because it will
include all packages in the vendor directory. The pull request at:
	https://github.com/golang/lint/pull/325
fixes this issue, so we will use it until the PR has been merged.
</content>
</entry>
<entry>
<title>vendor: include source for tools</title>
<updated>2018-02-12T04:34:07Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=23b8c7b4eab0375b3d59cf4b2a1f3d7356515f95'/>
<id>urn:sha1:23b8c7b4eab0375b3d59cf4b2a1f3d7356515f95</id>
<content type='text'>
This change vendors the source for all our build, formatting, and
linting tools. Generated by running "dep ensure".
</content>
</entry>
<entry>
<title>vendor: update vendored dependancies</title>
<updated>2018-02-12T04:28:41Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:28:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=efeda626da382177d5f1f0439b6e62b663a216a9'/>
<id>urn:sha1:efeda626da382177d5f1f0439b6e62b663a216a9</id>
<content type='text'>
This change updates dependancies to be consistent with Gopkg.toml.
This change was generated by running "dep ensure".
</content>
</entry>
<entry>
<title>dep: Run dep ensure</title>
<updated>2018-02-09T11:56:46Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-09T11:17:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=575618f02ea7ed3edc53b4bcd24ecbfc6ef00e77'/>
<id>urn:sha1:575618f02ea7ed3edc53b4bcd24ecbfc6ef00e77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dep: Setup Gopkg.toml</title>
<updated>2018-02-08T09:17:58Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@google.com</email>
</author>
<published>2018-02-08T09:08:10Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=04f027adbec863c1a8bc93d5f9ab08b36a420543'/>
<id>urn:sha1:04f027adbec863c1a8bc93d5f9ab08b36a420543</id>
<content type='text'>
This change transitions to dep, sets up Gopkg.toml, and purnes the
maximum allowable number of files.
</content>
</entry>
<entry>
<title>vendor: Just add windows to make govendor work</title>
<updated>2017-09-29T10:13:20Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2017-09-29T10:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=ddcc450fc6d78806a0d0369bb1cdc2155f4e328e'/>
<id>urn:sha1:ddcc450fc6d78806a0d0369bb1cdc2155f4e328e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vendor: Update to latest versions</title>
<updated>2017-09-29T09:33:45Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2017-09-29T09:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=05911d5503434a802c6dc9909a74cc76c2bf6661'/>
<id>urn:sha1:05911d5503434a802c6dc9909a74cc76c2bf6661</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>vendor: Fixed package list so "make all" will work</title>
<updated>2017-07-14T18:27:06Z</updated>
<author>
<name>Joe Richey joerichey@google.com</name>
<email>joerichey@google.com</email>
</author>
<published>2017-07-14T18:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=fbdba58ffbbbdc034982b15cee9985af16a680cd'/>
<id>urn:sha1:fbdba58ffbbbdc034982b15cee9985af16a680cd</id>
<content type='text'>
During an earlier commit the vendor directory was self-referencing
various "fscrypt/&lt;pkg&gt;" packages. This no longer occurs.
</content>
</entry>
<entry>
<title>Finalize import paths and documentation</title>
<updated>2017-06-28T22:15:21Z</updated>
<author>
<name>Joe Richey joerichey@google.com</name>
<email>joerichey@google.com</email>
</author>
<published>2017-06-28T20:57:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=2c52eca8727df744d093703bbcbd87fc39d57d30'/>
<id>urn:sha1:2c52eca8727df744d093703bbcbd87fc39d57d30</id>
<content type='text'>
This commit changes all the internal import paths from `fscrypt/foo` to
`github.com/google/fscrypt/foo` so that it can be built once we release
externaly. The documentation in README.md is updated accordingly.

Also, the README has a note noting that we do not make any guarantees
about project stability before 1.0 (when it ships with Ubuntu).

Change-Id: I6ba86e442c74057c8a06ba32a42e17f94833e280
</content>
</entry>
<entry>
<title>vendor: add in github.com/pkg/errors</title>
<updated>2017-06-26T22:40:19Z</updated>
<author>
<name>Joe Richey joerichey@google.com</name>
<email>joerichey@google.com</email>
</author>
<published>2017-06-16T05:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=07341f3966675e4875f8cad3c8d86ae502de6d4d'/>
<id>urn:sha1:07341f3966675e4875f8cad3c8d86ae502de6d4d</id>
<content type='text'>
This commit adds in the github.com/pkg/errors package for handling
errors. This allows us to continue to add context to our errors as they
move up the call stack, but still be able to switch on their root cause.

Change-Id: I6fd55f184318ea1e28c93a84444a2627bff03682
</content>
</entry>
</feed>
