frictionlessdata / datapackage-go

A Go library for working with Data Package.
MIT License
21 stars 4 forks source link

cannot find package "github.com/santhosh-tekuri/jsonschema/loader" in any of #23

Closed cschloer closed 4 years ago

cschloer commented 4 years ago

Overview

When installing this package, the error cannot find package "github.com/santhosh-tekuri/jsonschema/loader" in any of ... appears.

It looks like the github repo for jsonschema no longer has the folder loader. (https://github.com/santhosh-tekuri/jsonschema), instead merging loader into the parent folder jsonschema.


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

cschloer commented 4 years ago

@roll Can we add this to the project board?

cschloer commented 4 years ago

This issue seems to have been resolved after adding go mod - it properly grabs v1.2.4 of jsonschema.