grailbio / base

A collection of Go utility packages used by GRAIL's tools
Apache License 2.0
89 stars 25 forks source link

go.mod,cmd/grail-fuse: update dependencies #6

Closed cosnicolaou closed 5 years ago

cosnicolaou commented 5 years ago

Update go.mod, go.sum and also cmd/grail-fuse. The latter change is a little puzzling since the code refers to github.com/hanwen/go-fuse/fs, but the go.mod refers to v1.0.0 of github.com/hanwen/go-fuse which does not have an fs subpackage!? I've updated to use the v2 version which does have that sub package.

A similar puzzle is that version 1.4 of github.com/klauspost/compress reports a checksum mismatch as per this usse. The go.sum has the same checksum for v .8.1 and .8..4 hence the version mismatch. I updated to 1.8.5.

github.com/klauspost/compress v1.8.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
github.com/klauspost/compress v1.8.4 h1:kecSN5NBXafCCyyzBGF3lsKqPbU1HdtG7usSTs3rE3I=
github.com/klauspost/compress v1.8.4/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=