6 Commits

Author SHA1 Message Date
Sebastien Binet
428fab0392 all: use pure-Go implementation of zmq4
Fixes #199.
2020-02-27 13:06:40 +01:00
Massimiliano Ghilardi
f4844bf541 go.mod: update gomacro to 20200226181501, fixes import of third-party packages on Go >= 1.14 2020-02-26 19:27:03 +01:00
Massimiliano Ghilardi
c1c08c988a use github.com/gofrs/uuid instead of github.com/satori/go.uuid
update dependencies to gomacro v0.0.0-20191208174034-544c7736fb06
2019-12-08 19:17:08 +01:00
Massimiliano Ghilardi
c09014919e update go.mod and go.sum 2019-11-28 22:29:44 +01:00
Massimiliano Ghilardi
d957030e54 * update go.mod to latest gomacro for runtime support of Go 1.11 modules:
import "/path/to/some/package" is now module-aware
* require Go compiler >= 1.11, the first version with modules support
* delete vendor/ directory, replaced by versioned dependencies in go.mod
2019-11-28 22:08:37 +01:00
Sebastien Binet
79c7916ea1 all: add support for Go modules
Fixes #181.
Fixes #170.
2019-10-01 13:52:19 +02:00