<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fscrypt.git/Gopkg.toml, branch v0.2.4</title>
<subtitle>Go tool for managing Linux filesystem encryption
</subtitle>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/'/>
<entry>
<title>golint: Use fork that respects vendor directory</title>
<updated>2018-02-12T04:39:12+00:00</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=734f50d8fcb4df4cf611e774123b835f9fc5666b'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>dep: require tools to be vendored</title>
<updated>2018-02-12T04:31:27+00:00</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=fff13ea9041a3945e36d5f002c3c0a1e0e93c825'/>
<id>fff13ea9041a3945e36d5f002c3c0a1e0e93c825</id>
<content type='text'>
This change ot Gopkg.toml will make it easier to build the linting and
formatting tools. Vendoring their source also makes sure that updates to
these tools do not break the build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change ot Gopkg.toml will make it easier to build the linting and
formatting tools. Vendoring their source also makes sure that updates to
these tools do not break the build.
</pre>
</div>
</content>
</entry>
<entry>
<title>dep: add dependancies to Gopkg.toml</title>
<updated>2018-02-12T04:24:21+00:00</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=3634a7bb931862ada0bc1c4357303d7ce18e7c20'/>
<id>3634a7bb931862ada0bc1c4357303d7ce18e7c20</id>
<content type='text'>
fscrypt directly depends on 5 repositories (8 packages). This change
adds those dependancies to Gopkg.toml, so that they can be properly
versioned. Note that the golang.org/x repositories do not use semver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fscrypt directly depends on 5 repositories (8 packages). This change
adds those dependancies to Gopkg.toml, so that they can be properly
versioned. Note that the golang.org/x repositories do not use semver.
</pre>
</div>
</content>
</entry>
<entry>
<title>dep: Setup Gopkg.toml</title>
<updated>2018-02-08T09:17:58+00:00</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@google.com</email>
</author>
<published>2018-02-08T09:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=04f027adbec863c1a8bc93d5f9ab08b36a420543'/>
<id>04f027adbec863c1a8bc93d5f9ab08b36a420543</id>
<content type='text'>
This change transitions to dep, sets up Gopkg.toml, and purnes the
maximum allowable number of files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change transitions to dep, sets up Gopkg.toml, and purnes the
maximum allowable number of files.
</pre>
</div>
</content>
</entry>
</feed>
