1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-12 01:39:11 +00:00

go.mod: tidy up

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2021-06-25 21:39:32 -04:00
parent 8653fc588a
commit 66fcc4c2f9
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 3 additions and 27 deletions

4
go.mod
View file

@ -4,10 +4,8 @@ go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.10.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/fatih/color v1.12.0 // 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
)