go mod verify; go mod tidy

This commit is contained in:
Edward Muller
2019-10-13 16:39:54 -07:00
parent 7b6c0d11ad
commit d30efdb30d
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
)
go 1.13