gophernotes/go.mod
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

11 lines
262 B
Modula-2

module github.com/gopherdata/gophernotes
go 1.13
require (
github.com/cosmos72/gomacro v0.0.0-20210624153544-b4935e406a41
github.com/go-zeromq/zmq4 v0.13.0
github.com/gofrs/uuid v4.0.0+incompatible
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)