mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-20 13:46:12 +00:00
12 lines
327 B
Modula-2
12 lines
327 B
Modula-2
module github.com/gopherdata/gophernotes
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/cosmos72/gomacro v0.0.0-20200226181501-ca599f547e70
|
|
github.com/go-zeromq/zmq4 v0.9.0
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
)
|