mirror of
https://github.com/gopherdata/gophernotes.git
synced 2025-04-21 06:06:09 +00:00
12 lines
356 B
Modula-2
12 lines
356 B
Modula-2
module github.com/gopherdata/gophernotes
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/cosmos72/gomacro v0.0.0-20191128205525-a189728fbb56
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pebbe/zmq4 v0.0.0-20170917105202-90d69e412a09
|
|
github.com/satori/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|