* fix admin name check for anon login #605 * update readme with admin names info * lint: list of static site params * typo * don't allow email users to reuse admin names * move admin.names to restricted-names * forgotten names member * remove names from example admin * remove names from prepTestStore
15 lines
335 B
AMPL
15 lines
335 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.10.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/umputun/go-flags v1.5.1
|
|
github.com/umputun/remark42/backend v1.6.0
|
|
)
|
|
|
|
replace github.com/umputun/remark42/backend => ../../
|