mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-20 13:46:12 +00:00
11 lines
261 B
Modula-2
11 lines
261 B
Modula-2
module github.com/gopherdata/gophernotes
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cosmos72/gomacro v0.0.0-20210316200708-0b986404ea46
|
|
github.com/go-zeromq/zmq4 v0.9.0
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|