Files
remark42/backend/_example/memory_store/go.mod
T
Dmitry VerkhoturovandUmputun 8d42d0714f bump backend dependencies
Also, switch from fork github.com/umputun/go-flags back to original
github.com/jessevdk/go-flags.
2022-01-31 14:24:33 -06:00

15 lines
336 B
AMPL

module github.com/umputun/remark42/memory_store
go 1.16
require (
github.com/go-pkgz/jrpc v0.2.0
github.com/go-pkgz/lgr v0.10.4
github.com/jessevdk/go-flags v1.5.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/umputun/remark42/backend v1.9.0
)
replace github.com/umputun/remark42/backend => ../../