mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-20 13:46:12 +00:00
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-20220109145729-f19a149b3738
|
|
github.com/go-zeromq/zmq4 v0.13.0
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|