mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-20 13:46:12 +00:00

go.mod: update gomacro to 20210624153544, adds standard library symbols defined in Go 1.12 and 1.13
11 lines
262 B
Modula-2
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
|
|
)
|