gophernotes/go.mod

10 lines
205 B
Modula-2
Raw Permalink Normal View History

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
)