mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-20 13:46:12 +00:00
10 lines
205 B
Modula-2
10 lines
205 B
Modula-2
module github.com/gopherdata/gophernotes
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cosmos72/gomacro v0.0.0-20220530072503-c719ab5c40fc
|
|
github.com/go-zeromq/zmq4 v0.14.1
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
)
|