frictionlessdata / tableschema-go

A Go library for working with Table Schema.
MIT License
46 stars 10 forks source link

Problem running tests #85

Closed danielfireman closed 4 years ago

danielfireman commented 4 years ago

Overview

Tried to run tests and go the following error message:

go test table/
go: inconsistent vendoring in /home/danielfireman/repos/frictionlessdata/tableschema-go:
    github.com/matryer/is@v0.0.0-20170112134659-c0323ceb4e99: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    github.com/satori/go.uuid@v1.1.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt

cc/ @joeberth


Please preserve this line to notify @danielfireman (lead of this repository)