1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-28 09:00:27 +00:00

vendor: switch to go modules and update deps

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-11-12 09:28:03 -05:00
parent 8b6de6073c
commit 7ce6c9c696
47 changed files with 39 additions and 5586 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module github.com/vbatts/go-mtree
go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/sirupsen/logrus v1.3.0
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
golang.org/x/sys v0.0.0-20190121090251-770c60269bf0
)