13 Commits

Author SHA1 Message Date
Massimiliano Ghilardi
a574d64b22 update README.md for version 0.7.3
go.mod: update gomacro to 20210624153544, adds standard library symbols defined in Go 1.12 and 1.13
2021-06-24 17:45:56 +02:00
Massimiliano Ghilardi
df600ce276 improve jupyter-qtconsole support: distinguish between incomplete and invalid inputs 2021-04-13 20:13:12 +02:00
Massimiliano Ghilardi
70b4546b2d go.mod: update gomacro to 20210316200708, fixes import of third-party packages on Go >= 1.16 2021-03-18 18:34:48 +01:00
Massimiliano Ghilardi
4ee426e96b freebsd: if compiled with Go >= 1.14, support loading third-party packages at runtime
(by updating gomacro dependency)
2020-07-19 13:27:50 +02:00
Massimiliano Ghilardi
39e156a960 update dependencies to latest gomacro, fixes #208 2020-06-07 18:40:54 +02:00
Massimiliano Ghilardi
e4e83a80d5 update gomacro dependency to version v0.0.0-20200523102612-cd4d5176e746
fixes import of versioned modules, see https://github.com/cosmos72/gomacro/issues/95
2020-05-26 19:16:01 +02:00
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
53d939150b imports/a_package.go: do not rename imported package "github.com/cosmos72/gomacro/imports" 2019-11-30 12:10:35 +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