Files
remark42/backend/_example/memory_store/go.mod
T
2020-05-24 19:00:07 -05:00

15 lines
334 B
AMPL

module github.com/umputun/remark42/memory_store
go 1.14
require (
github.com/go-pkgz/jrpc v0.2.0
github.com/go-pkgz/lgr v0.7.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
github.com/umputun/go-flags v1.5.1
github.com/umputun/remark42/backend v1.6.0
)
replace github.com/umputun/remark42/backend => ../../