Files
remark42/backend/_example/memory_store/go.mod
T

16 lines
355 B
AMPL

module github.com/umputun/remark/memory_store
go 1.14
require (
github.com/go-pkgz/jrpc v0.1.0
github.com/go-pkgz/lgr v0.7.0
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.9.1
github.com/rs/xid v1.2.1
github.com/stretchr/testify v1.5.1
github.com/umputun/remark/backend v1.5.0
)
replace github.com/umputun/remark/backend => ../../