Skip to content

Commit

Permalink
freebsd: if compiled with Go >= 1.14, support loading third-party pac…
Browse files Browse the repository at this point in the history
…kages at runtime

(by updating gomacro dependency)
  • Loading branch information
cosmos72 committed Jul 19, 2020
1 parent 39e156a commit 4ee426e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gopherdata/gophernotes
go 1.11

require (
github.com/cosmos72/gomacro v0.0.0-20200607151955-647446f8352c
github.com/cosmos72/gomacro v0.0.0-20200719111907-b07014b02196
github.com/go-zeromq/zmq4 v0.9.0
github.com/gofrs/uuid v3.3.0+incompatible
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/cosmos72/gomacro v0.0.0-20200607151955-647446f8352c h1:UsTg+MXJsKRHthJ45MyVELUDW6y4NO9ZSEfdb3en1dQ=
github.com/cosmos72/gomacro v0.0.0-20200607151955-647446f8352c/go.mod h1:85N5Kegk4D0TXob/uG3Is9RHvZ66IV6wm92vqu5BrOg=
github.com/cosmos72/gomacro v0.0.0-20200719111907-b07014b02196 h1:rCF2GZBnIq52phJVNtu6ey4u8h39eRxb11d/+GPKo3o=
github.com/cosmos72/gomacro v0.0.0-20200719111907-b07014b02196/go.mod h1:85N5Kegk4D0TXob/uG3Is9RHvZ66IV6wm92vqu5BrOg=
github.com/go-zeromq/goczmq/v4 v4.2.2 h1:HAJN+i+3NW55ijMJJhk7oWxHKXgAuSBkoFfvr8bYj4U=
github.com/go-zeromq/goczmq/v4 v4.2.2/go.mod h1:Sm/lxrfxP/Oxqs0tnHD6WAhwkWrx+S+1MRrKzcxoaYE=
github.com/go-zeromq/zmq4 v0.9.0 h1:aFkxnxJvYhXCrE7UhoRR6oP6wqanjkuO2nA0nMsnm0g=
Expand Down

0 comments on commit 4ee426e

Please sign in to comment.