Files
lpms/core
mk-livepeer 6e76b1c43b move to go mod and livepeer/joy4@livepeer (#132)
This PR sets us up for managing `go-livepeer` dependencies using `go mod`.

Users building standalone lpms using `GOPATH` will still have to manually run `go get github.com/livepeer/joy4@livepeer` - This PR should at least get them a step closer by pointing them to the correct repository.

Users building standalone lpms using `go mod` should be automatically pointed to the correct revision of joy4.

Users building `go-livepeer` must continue building using the vendored lpms and `GOPATH` until `go mod` is completely ready.

This does nothing to harm to current state of things for users with today's build methods.

* add go.mod
* move from `github.com/nareix/joy4` to `github.com/livepeer/joy4@livepeer`
```
go get github.com/livepeer/joy4@livepeer
```
* go.mod: update dependency: github.com/livepeer/joy4 v0.1.1
2019-07-08 12:51:36 -04:00
..
2017-08-08 11:58:01 -04:00