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

go: update deps

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2021-01-25 13:47:02 -05:00
parent 3d350a825e
commit 4d95ad8fcf
No known key found for this signature in database
GPG key ID: 524F155275DF0C3E
2 changed files with 23 additions and 4 deletions

10
go.mod
View file

@ -4,8 +4,10 @@ go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.9.0 // indirect
github.com/sirupsen/logrus v1.3.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
github.com/fatih/color v1.10.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/objx v0.1.1 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
)