diff options
| author | Eric Biggers <ebiggers@google.com> | 2019-11-27 11:28:14 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2019-11-27 11:28:14 -0800 |
| commit | 13bc8a6a344c6bfbf685f9e6a3e55f87cef066e4 (patch) | |
| tree | 50f0324285763a61f5f85e00ca8b9d5c45d48819 /go.mod | |
| parent | 10bbfcbfe125e9c9568031328e372c01ff144fc9 (diff) | |
Upgrade to latest golang.org/x/sys module
Upgrade to get the new fscrypt declarations from Linux v5.4.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 golang.org/x/lint v0.0.0-20190930215403-16217165b5de - golang.org/x/sys v0.0.0-20190412213103-97732733099d + golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 golang.org/x/tools v0.0.0-20191025023517-2077df36852e honnef.co/go/tools v0.0.1-2019.2.3 ) |