stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
687 stars 75 forks source link

Forked build is failing #100

Closed ezeeyahoo closed 3 years ago

ezeeyahoo commented 3 years ago

Hi,

I have forked and triggered a build, eventually it fails

# github.com/ezeeyahoo/objx
69accessors_test.go:6:2: cannot find package "github.com/stretchr/objx" in any of:
70  /home/travis/gopath/src/github.com/ezeeyahoo/objx/vendor/github.com/stretchr/objx (vendor tree)
71  /home/travis/.gimme/versions/go1.10.8.linux.amd64/src/github.com/stretchr/objx (from $GOROOT)
72  /home/travis/gopath/src/github.com/stretchr/objx (from $GOPATH)
73FAIL  github.com/ezeeyahoo/objx [setup failed]
74task: Failed to run task "test-coverage": exit status 1

https://travis-ci.com/github/ezeeyahoo/objx/jobs/397385304

Thanks

geseq commented 3 years ago

I think you might have to do a go mod vendor first