]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
Manage tool versioning with Go modules (#161)
authorJoseph Richey <joerichey@google.com>
Sat, 26 Oct 2019 00:26:49 +0000 (17:26 -0700)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2019 00:26:49 +0000 (17:26 -0700)
commita3434e41bd482fc1b35703f66c24c9d1ec3b0be2
tree2e41a405c47328760c2787feb75065fa2d354540
parentb24e4ccd245861f7537f17c3e01be2cbefb1b29e
Manage tool versioning with Go modules (#161)

See: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module

The tool code is never actually built, but the versions are still lock
in `go.mod` and `go.sum`. We can also simplify the Makefile.
Makefile
go.mod
go.sum
tools.go [new file with mode: 0644]